Bruce,
You could bind the field to a UD Date field. Then, have a post-processing
directive on the GetByID method (you may need GetRows as well), where you
set that date field. You may be able to do that with the canned action
statements, but if you need to go the 4GL route, it would be something like:
For each ttPart:
Assign ttPart.Date01 = today + ttPart.LeadTime.
End.
HTH,
Kevin Simon
SimsTrak Consulting
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Butler, Bruce
Sent: Monday, November 28, 2011 4:52 PM
To: vantage@yahoogroups.com
Subject: [Vantage] set label display from a method directive
Is it possible to set a custom label.text field in a form from a BPM?
Example: I would like to set a custom label on the part master table to show
TODAY + PartPlant.LeadTime using a BPM (Stupid customization wizard does not
have a PartPlant Adapter).
Do I simply reference the GUID?
What would be an example of a definition of this?
Thank you,
Bruce Butler
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
You could bind the field to a UD Date field. Then, have a post-processing
directive on the GetByID method (you may need GetRows as well), where you
set that date field. You may be able to do that with the canned action
statements, but if you need to go the 4GL route, it would be something like:
For each ttPart:
Assign ttPart.Date01 = today + ttPart.LeadTime.
End.
HTH,
Kevin Simon
SimsTrak Consulting
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Butler, Bruce
Sent: Monday, November 28, 2011 4:52 PM
To: vantage@yahoogroups.com
Subject: [Vantage] set label display from a method directive
Is it possible to set a custom label.text field in a form from a BPM?
Example: I would like to set a custom label on the part master table to show
TODAY + PartPlant.LeadTime using a BPM (Stupid customization wizard does not
have a PartPlant Adapter).
Do I simply reference the GUID?
What would be an example of a definition of this?
Thank you,
Bruce Butler
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]