I'm using below start process logic to have two start processes to my workflow. One starting from manual (user), the other pre-populating some of the same form fields by JSON API external process.
All works well except my main form reference is not being created for my auto process when 'recordId' is set to id in datalist hyperlink. (for manual process the ref is created).
I have my reference created from form properties 'ID Generator Tool' where it concatenates two fields within the form followed by sequential counter. What other setting do I need to ensure is in place so the form reference is not affected for auto process? (I've even set fke_ref in hyperlink setup to no avail).
Hi Hugo,
I'm using below start process logic to have two start processes to my workflow. One starting from manual (user), the other pre-populating some of the same form fields by JSON API external process.
Start Process from Datalist Hyperlink Action
Add Save as Draft feature to Run Process activity form
All works well except my main form reference is not being created for my auto process when 'recordId' is set to id in datalist hyperlink. (for manual process the ref is created).
I have my reference created from form properties 'ID Generator Tool' where it concatenates two fields within the form followed by sequential counter. What other setting do I need to ensure is in place so the form reference is not affected for auto process? (I've even set fke_ref in hyperlink setup to no avail).