InboxSearchComposer
InboxSearchComposer – Customisation Checklist
Overview
Usage Contexts
Component Structure
Steps
javascript{ label: "EVENTS_DATERANGE_LABEL", type: "dateRange", populators: { name: "range" } }javascript{ type: "radio", label: "", populators: { name: "assignedToMe", options: [ { code: "ASSIGNED_TO_ME", name: "ASSIGNED_TO_ME" }, { code: "ASSIGNED_TO_ALL", name: "ASSIGNED_TO_ALL" } ], optionsKey: "name" } }javascript{ text: "ES_PGR_NEW_COMPLAINT", url: "/employee/pgr/create-complaint", roles: ["SUPERUSER", "PGR-ADMIN", "HELPDESK_USER"], hyperlink: true }javascript{ label: "WF_INBOX_HEADER_SLA_DAYS_REMAINING", jsonPath: "businessObject.serviceSla", additionalCustomization: true, key: "state" }javascript{ type: "component", key: "locality", component: "PGRBoundaryComponent", populators: { name: "locality" } }
javascript{ label: "ES_PGR_FILTER_STATUS", type: "workflowstatesfilter", populators: { name: "status", labelPrefix: "CS_COMMON_", businessService: "PGR", onlylabelPrefix: true } }
5. Best Practices
Last updated
Was this helpful?