Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
As an example, presumably you have created a userview with a Inbox element at the following path:-
Code Block |
---|
http://localhost:8080/jw/web/userview/leave_request_app/leave_userview//inbox |
In the URL attribute, you will need to key in the following:-
Code Block |
---|
http://localhost:8080/jw/web/userview/leave_request_app/leave_userview//inbox?_mode=assignment |
In the Parameter Name attribute, key in "activityId" and choose "As URL Request Parameter" for the Parameter Passover Method attribute.
...
As a result, the link would be constructured to be like the following:-
Code Block |
---|
http://localhost:8080/jw/web/userview/leave_request/leave_userview//inbox?_mode=assignment&activityId=21497_21111_leave_request_leave_request_activity1 |