Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LiveReport for Form within a Workflow
Khurram_Amin_(khurramamin_-_(deleted))
I am looking for a LiveReport to get the form list within a workflow. The preference will be if i get the link to the form of each workflow and by clicking on that link should open the form data?I will appreciate if someone can share the real livereport/example with me?Thanks
Find more posts tagged with
Comments
Khurram_Amin_(khurramamin_-_(deleted))
I am just wondering if there is any way to do that?
Tim_Hunter
I haven't looked into getting this information but according to the Livelink schema guide the WFForms table stores the forms attached to a workflowjoin wsubwork.subwork_subworkid to wfforms.wf_workflowid to get a list of the IDs of the forms attached to the workflow, you will need to look into how to format the URL from that information to see if the rest of your request is possibleI am interested to see how it turns out for you.