Which variable can link to contract in BPM ?
Hi all,
I'd like to add a FYI participant for the ContractsApproval : To send FYI to the owner and contract administrator in the team.
So I added a participant Asignees based on Names and expressions.
Now I already have following sql which could find the result I want. but I don't know which variable is link to contract backend table.
I tried
/task:task/task:payload/ns0:findContractHeaderResponse/ns0:result/ns1:ContractId
/task:task/task:payload/ns0:findContractHeaderResponse/ns0:result/ns1:ContractNumber
But both of them not worked. On the submit for approval page I cant see the FYI information while I hardcode the variable as the id I queried in backend table, it showed.