How to get PV! value to the SAIL form

Hi,
I have a process model where I have a value in a pv! variable.

Now, I would like to send pv! variable value to the SAIL form from where I triggered the Process Model.

Can someone give me a clue to do this.

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi,

    I have a  pv!DocID inside the process model. Now when the process completed when I assign my local!localDocID into a text filed for test, it was not showing anything. When I open process model and verify everything is looking fine.

    Anything wrong in  fv!processInfo.pv.DocID

    a!startProcess(
    processModel: cons!LCM_Test_PM,
    onSuccess: {
    a!save(
    local!localDocID,
    fv!processInfo.pv.DocID
    )
    },

Children