Categories:
  1. What is UI Builder
  2. Create custom workspace
  3. Event Mapping Script – Link to destination
  4. Important UI Builder Component
  5. Enable TAB in Worksapce
  6. UI Action Visible in Workspace
  7. Declarative Actions in ServiceNow
  8. UXF Client Action – Declative Action
  9. Data Management

Below are steps that needs to be performed for creating a new declarative action:

  1. Create Declarative Action – UXF Client
  2. Action Payload Definition – define JSON parameter – {“incidentsIds”:””}
  3. Create a custom Event
  4. Event should be map – Popup
  5. UX-Ad on Event Mapping

Target Payload JSON Mapping:

{
    "container": {
        "incidentsIds": {
            "binding": {
                "address": [
                    "incidentsIds"
                ]
            },
            "type": "EVENT_PAYLOAD_BINDING"
        }
    },
    "type": "MAP_CONTAINER"
}

No responses yet

Leave a Reply

Your email address will not be published. Required fields are marked *