[Joget DX8] Need Guidance - Issue with Form Data Loading in Process vs Direct Form Access
Hello! I am using Joget DX8 . I have a form, and after creating and viewing the list:
Case 1: When I click the "edit" button calling the URL: http://localhost:8080/jw/web/userview/LoanProcessApp/loan_page/_/cap_nhat_chu_dau_tu?id=ffcfa8cb-3db7-46f4-a95f-2cbb5e3112df The data automatically loads into the form for me => OK
Case 2: I want to record update history, so I created a process to handle it. When I click the "edit" button calling the URL: http://localhost:8080/jw/web/userview/LoanProcessApp/loan_page/_/cap_nhat_chu_dau_tu?_action=assignmentView&activityId=2013_1990_LoanProcessApp_processCapNhatChuDauTu_activity_detail_chu_dt&id=ffcfa8cb-3db7-46f4-a95f-2cbb5e3112df But the data doesn't load, and the activity ID is hardcoded.
Please help me, or is there any other way in Joget?
I have attached 2 images showing:
- Loading with: http://localhost:8080/jw/web/userview/LoanProcessApp/loan_page/_/cap_nhat_chu_dau_tu?id=ffcfa8cb-3db7-46f4-a95f-2cbb5e3112df
- Loading with: http://localhost:8080/jw/web/userview/LoanProcessApp/loan_page/_/cap_nhat_chu_dau_tu?_action=assignmentView&activityId=2013_1990_LoanProcessApp_processCapNhatChuDauTu_activity_detail_chu_dt&id=ffcfa8cb-3db7-46f4-a95f-2cbb5e3112df
++ Varnaa ^^

