Creating custom UI Pages and UI macros
-
- UpdatedFeb 1, 2024
- 1 minute read
- Washington DC
- Building applications
Use UI pages to create custom pages for an application and UI macros for custom controls or interfaces.
Every UI Page is a Jelly template. Jelly turns XML into executable code. A UI Page works similar to how an index.html file is used in an AngularJS application. Jelly tags in the HTML field of the UI Page form contain AngularJS logic.
Creating UI macros requires knowledge of Jelly script. Review the existing UI macros for examples and suggested approaches. Those who want to build custom interfaces with JavaScript technologies should consider Service Portal as an alternative.