Dynamic Schema
A design-time API is provided, which permits the bank to create request types as required. Each request types are independent of the other and can have different behaviour and workflow for themselves. These behaviours are captured in their schema and service request properties.
The schema (swagger) allows the UX (UI) to auto-render the screen with the required number of columns (fields) for a service request for the intended operation.
SRMS 2.0 support extensions with Python hooks to perform the prefill for required columns (fields) on the rendered screen.
In this topic