Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One of the top requested features for Joget DX was to change the process id to use UUID for data security. Using UUID makes the URL unguessable, thus protecting unauthorized access to the process records in a Form. With the old processId of "[seq#]_appid_process1", it was easy for users to access other process records by just incrementing the process seq number in the browser URL and viewing the records not belonging to them.

You can revert Joget DX to use sequential process id numbering via the new option in "General Settings > Run Process Primary Key".

Here is a process id related checklist when if you are migrating apps from v5 or v6 to Joget DX:

...

The apps that has zero BeanShell or SQL in JDBC calls should have no issues running on Joget DX. Nevertheless, please thoroughly test all older apps if you are migrating them to Joget DX.

Related ReferencesDocumentation:

Perform

...

Thorough App Testing

We highly recommend that you spend some time to perform a cursory thorough test on the Joget apps that you have created based on older versions. A quick Joget v5 or v6. An app test can quickly determine if your app is fully compatible with Joget DX. Be sure to check the server log also too as it would generate error logs on possible missing/incompatible plugins or other issues.

...