Set label display from a method directive

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]
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]
You could be the Part Label would have to be bound to a dataview

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Mon, Nov 28, 2011 at 4:51 PM, Butler, Bruce <bbutler@...> wrote:

> **
>
>
> 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]
What Version?
What Form?

Can you do a FKV ?

--- In vantage@yahoogroups.com, "Butler, Bruce" <bbutler@...> wrote:
>
> 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]
>