Display variable through DisplayExec

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Accentia ME
Basic Member Send Private Message
Posts: 13
Basic Member
Hi,

we are working on creating DisplayExecs for ProcessFlow Inbox in Smart Office.

We have defined a globale variable initialed at the Flow Start.

when customizing a "file.xml " to be defined on DisplayExec, how we have to call this variable to be displayed on inbasket.

Best regards

 
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
You will have to write your new variable to the WorkUnit variables table (/bpm/xml/workUnitVariablesForm.do) in order for it to be available to your Inbasket. Once you have done that, you can reference it by page.parameters.WORKUNIT_VARIABLE
David Williams
Accentia ME
Basic Member Send Private Message
Posts: 13
Basic Member
Hi,

Its works great.
Thanks for all.

Regards