I have a task that gets assigned in a subprocess. I want to add a link on the fo

I have a task that gets assigned in a subprocess. I want to add a link on the form for that task, which would link back to the process dashboard for the main parent process (main process is actually 2 levels up). Is there a suggested way to do this?

I was going to try passing the parent process ID to the subprocess as a variable. Then create a link using this URL:

http://[servername]/suite/apps/[appname]/[pagename]/proc/[procid]

Is that the proper way to do it?...

OriginalPostID-85663

OriginalPostID-85663

  Discussion posts and replies are publicly visible