View Master Data
Flow for viewing master data
Overview
From the search master data screen users can click on any of the rows in the results table, this will redirect the UI to the View master data screen.
Rendering View Master Data Screen Logic
Before loading the View screen, we fetch the schema and the data using the schema code and unique Identifier respectively. Curls for search schema and search data can be referred from the Add Master Data page.
Schema response is used to render the form, similar to add form, and the data response is used to prefill the values in the form. The only difference here is that all the fields are disabled, unlike the add screen.
The same role action mapping rules apply here as defined in the Add Master Data page.
In the View screen, we have an action button with two options
Edit Master Data
Disable Master Data
The above actions are covered in the Update Master Data page.
Last updated