Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
UI Key serves as a placeholder for a common value to be used by its elements (i.e. UI Element).
The usage of the UI Key is dependent on the implementation of the elements such as UI Element.
Figure 1: Example of UI Key Usage to Pre-filter a Listing Based on a Column
UI Key is most commonly used when you need to restrict the content of your UI to a certain category/attribute in your application.
Example:
UI Key can be a department id whereby all the content inside the UI(record listing) would be based on the specific department.
UI Key can be a category id in a support ticket system whereby all the content in the UI (ticket listing, add new ticket) will be of the specific category.
Example: http://localhost:8080/jw/web/userview/profileApp/profileUserview/CEO Office/profile
Link structure: userview/[App ID]/[Userview ID]/[Userview key]/[Element Custom ID]