- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2016 05:02 PM
I created an application with its respective form and workflow. I can submit the request, update it, and even look at its respective workflow. However, the form itself is missing the 'show workflow' link under the Related Links heading. I want to know why it's missing and how I can add it to it.
Normally when I create the form the link is already there. I don't have to add it.
I'll appreciate your input.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2016 02:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2016 10:57 AM
Sure! I was looking for something like that but I couldn't find it. What do I mark?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2016 11:41 AM
dan.bruhn...Can you please help to mark this thread answered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2016 02:58 PM
Hi Pradeep,
I've updated the discussion to reflect "correct answer".
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2016 03:16 PM
Hi Pradeep,
Is it possible that you explain me this code?
function showWorkflowContext() {
var id = g_form.getUniqueValue().toString();
var url = new GlideURL('context_workflow.do');
url.addParam('sysparm_stack', 'no');
url.addParam('sysparm_table', g_form.getTableName());
url.addParam('sysparm_document', id);
g_navigation.open(url.getURL(), "_blank")
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2018 12:13 AM
Thanks Pradeep, the solution worked for mr