I020 – Create shortcut
What you will learn ?
How to configure shortcuts
STEP 2 : create a shortcut
Add a shortcut, enter:
- a unique code
- an URL
- a destination area
- an order
- a module
Exercise:
-Create a shortcut to the customer list:
- Name =
AppCustomerList
- URL =
[EXPR:HTMLTool.getListURL("AppClient","sh_",true)]
- Target = frame_work
- Order = 100
- Module = MyModule
In the javadoc go to HTMLTool class to define different URL
HTMLTool.getListURL(...)
: Customer list with a new breadcrumb (navigation bar in the title)HTMLTool.getSearchURL(...)
: for a customer search form url for exampleHTMLTool.getFormURL(...)
: a customer creation form or updating form urlHTMLTool.getProcessStartURL(...)
: a business process url
STEP 4 : shortcut grant
I010 - Configure menu
How to define menu, items of a menu, style
Ready to get started?
Get in touch, or create an account