Pre-defined Screens In DIGIT-UI
Steps to add new screens in DIGIT-ui
Last updated
Was this helpful?
Steps to add new screens in DIGIT-ui
Last updated
Was this helpful?
This document provides the steps for creating new screens in the DIGIT-UI.
Creating a screen in DIGIT UI involve simple steps and is classified into 4 different screen -
To create any new screen of the Create type, use the FormcomposerV2 and transmit the configuration as specified in the file.
To check the different types of configurations, refer to the function.
To use any view screen, create the hook for initiating API calls and structure the configurations for the View section.
Refer to the integrated screen with ApplicationDetailsTemplate - .
The hook details for the same is mentioned in .js
The service configuration details are available in
To create any inbox screen, use the InboxComposer and add the following configurations:
Main file:
Check the which contains other configs like filter, table, search, and mobile responsiveness.
The hook for the same is defined in
Use the latest (InboxV2)
Both Inbox and Search screens can be shown based on the input configurations passed to that component -
Configuration are mentioned in for local reference and it is fetched from the MDMS .
An example of a Search screen is available in .