SetForm

how can use in web report tag guide to use Setform or SETWFFORM in OpenText
Ex:
[LL_REPTAG_!WFID SETWFFORM:<formTempFacsID>:<IDFACEID> /] don't work

Comments

  • appuq
    appuq Member

    To Do that effectively one needs to understand a few details.

    1. Is the WF Map defined as the form its formname is very important
    2. The form derived from a form template does it have the same formname in the WF Map?
    3. Without the workflow involved are you able to submit the Form and does it have an underlying SQLtable.If you submit without a SQLtable Livelink internally uses WFForms tables to store data which is less than convenient

    If these are working out all the WR tag is doing is Finding the Form as defined in the workflow and pushing it on your behalf. The WF looks internally, finds the formnameand derives its dataid from the external form you created and forms the solution you want.

    PS: If you bring up the WF instance and go to its forms, if you have set it up correctly as a WF manager, you will be able to submit it as the WR does.