Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Anders,
Thank you for your pointers.
But on item 1, I already had a form as below and mapped to an activity. When I am at activity , the form field still show #assignment.activityID# instead of the value of the activityid.
I obviously missing out something, appreciate your enlightenment. TQ
when the process/activity running :
From the screenshot, it appears the form is at the initial run process which means that the process has not yet started. In this case, no assignment exists so you can't use an assignment hash variable.
Hi,
1. The process hash variable can only be used within the context of a running process. If you want to view it in a datalist, you could try to store the value in a form table for it to be easily retrieved.
2. I would suggest having a "status" field to represent the state of your process. You can then add a filter for that status to allow the user to filter the list accordingly.
Hi All,
Appreciate if you could enlighten as below screenshot. TQ