Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
First of all, obtain the "Custom ID" / Link ID or the "Run Process" element as shown in the figure above.
Then, insert the following script into the "Custom Footer" of the CRUD.
$("button[value='CRUD_New']").click( function(event){ event.preventDefault(); window.location.href = "sample_submit_process"; //replace the value with the custom ID of Run Process });
By doing so, we have remove the default capability of "Add Record" in CRUD and points it to "Run Process".