Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

How to Fetch A process id into the live cycle form?

Avatar

Level 3

Hi

Currently i am working on a process in which i need to fetch the process id into the final form.ie.the process id should be displayed in the final output form.Can anyone tell dat how to do this?

0 Replies

Avatar

Level 10

If you look at the process data exposed in a Set Value operation the variable id is the process ID.

Untitled.jpg

Ideally, create and embed an XML Schema in your form. In my form, depicted below, I have three fields - firstName, lastName and processID.

Untitled1.jpg

You can then map the process ID into the form.

Untitled2.png

Steve