Display variable through DisplayExec

Sort:
You are not authorized to post a reply.
Author
Messages
Accentia ME
Basic Member
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
    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
      Posts: 13
      Basic Member
        Hi,

        Its works great.
        Thanks for all.

        Regards
        You are not authorized to post a reply.