Lissette,
There may be a number of options you can do. One option would be to have a
post processing directive with no conditions, it will fire every time the
update method is called. You'd have a 4GL line that reads the ReqHead
(likely based upon a parameter if there's one, otherwise you may need to do
a FIND FIRST ttReqHead with no "rowmod"). Then, assign the date to the
current date.
The reason I recommend this method is you may not always have the ttReqHead
available with the RowMod = "U". I've had varied results in the past of
setting ttReqHead.RowMod to "U" and having it actually update.
HTH.
Kevin
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
liss_c
Sent: Wednesday, July 28, 2010 12:10 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Save Modified Date for Requisitions
I am trying to keep track of the changes made in a requisition. requisition
dont have the Change Action log option like the Purchase Orders, so I added
a date UD field in the Requisition that saves the dates that the requisition
has been last modified. I think I got the Action of my BPM but I am trying
to figure it out the condition.The condition should recognize when at least
one change is made in the requisition. I am using the Req.Update BO.
4GL Action:
For each ttReqhead where ttReqhead.Rowmod = "A" or where
ttReqhead.Rowmod = "U" .
Assign ttReqHead.date03 = Today.
End.
Thanks,
[Non-text portions of this message have been removed]
There may be a number of options you can do. One option would be to have a
post processing directive with no conditions, it will fire every time the
update method is called. You'd have a 4GL line that reads the ReqHead
(likely based upon a parameter if there's one, otherwise you may need to do
a FIND FIRST ttReqHead with no "rowmod"). Then, assign the date to the
current date.
The reason I recommend this method is you may not always have the ttReqHead
available with the RowMod = "U". I've had varied results in the past of
setting ttReqHead.RowMod to "U" and having it actually update.
HTH.
Kevin
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
liss_c
Sent: Wednesday, July 28, 2010 12:10 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Save Modified Date for Requisitions
I am trying to keep track of the changes made in a requisition. requisition
dont have the Change Action log option like the Purchase Orders, so I added
a date UD field in the Requisition that saves the dates that the requisition
has been last modified. I think I got the Action of my BPM but I am trying
to figure it out the condition.The condition should recognize when at least
one change is made in the requisition. I am using the Req.Update BO.
4GL Action:
For each ttReqhead where ttReqhead.Rowmod = "A" or where
ttReqhead.Rowmod = "U" .
Assign ttReqHead.date03 = Today.
End.
Thanks,
[Non-text portions of this message have been removed]