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  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 records not belonging to them.

...