Jigs (screens)
In we call screens in the app - s, there are different types of s depending on the type of layout you want in your app.
Types | Use | Code Examples |
Calendar | jig.calendar | |
Default | The default is the most versatile and provides the majority of functionality and a combination of different components and actions. The most common use of a default is for forms and lists. | jig.default |
Composite | ||
List | jig.list | |
Document | Used to show PDF files or HTML pages inside your app. | jig.document |
Full-screen | Create a full screen to show a location across the entire screen. |
- For your s to be included in the app solution, they must either be added to the index.jigx file (to appear on the home screen) or referenced by another that is included in the index.jigx, for example, is referenced by the go-to or go-back actions.
- Add your values or remove the YAML that is not required, for example, if you do not want a header image at the top of the screen, remove the header: section.
- If you want the to be accessed from the , add the to the index.jigx file. Otherwise, reference the from another for it to be included in the app.
- Make the required changes.
- Make the required changes.
In certain scenarios, there is a need to transfer data, such as customer IDs or opportunity IDs, from one to another. This can be effectively accomplished by utilizing inputs and outputs. See Passing data using inputs and Passing data using outputs to understand the configuration options.
The following examples with code snippets are provided: