Users can view all the applications assigned to them in the employee inbox. And it provides multiple filters and search options to filter the applications.
Workflow Details
Inbox
OBPS Inbox uses InboxComposer React HOC to create the Inbox through various child components, for both mobile and Desktop Components.
For viewing OBPS inbox these roles are necessary "BPA_FIELD_INSPECTOR", "BPA_NOC_VERIFIER", "BPA_APPROVER", "BPA_VERIFIER", "CEMP"
MDMS Data
Refer to the config below for risk type definition:-
  const configData = {
    BUILDING_PLAN_SCRUTINY: [{code: "BPA_LOW",i18nKey: "WF_BPA_LOW"}, {code: "BPA",i18nKey: "WF_BPA"}],
    BUILDING_OC_PLAN_SCRUTINY: [{code: "BPA_OC", i18nKey: "WF_BPA_OC"}],
  }
The MDMS links (blue text hyperlinks) are used while selecting the OBPS , , risk type with business service and status filters.