Open Modal Popup with Declarative Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 01:37 AM
I have an OOTB Declarative action on Supplier Manager Workspace which is an action bar declarative action. Clicking on this will open a MODAL which in displays a record producer. I am trying to replicate the same for a custom Action but unable to do so. Any help would be appreciated. Look at the below screenshots. Please look at the images attached
1. Create Task AA - This is the OOTB Declarative action assignment record which i am trying to duplicate.
2. Create Task Action Payload - This is the Payload mapping for the above OOTB Action Assignment.
3. Incident AA - This is the custom declarative action i have created.
4. Incident Action Payload - This is the payload mapping for the custom action i have created.
The create task action payload routes to "interceptor" page which is an OOTB page in Supplier Manager Workspace. I have also duplicated this with another record producer and named the route as "incident_interceptor". Using this value on the payload does not trigger anything.
On the other hand, if i use "interceptor" in action payload of my custom Declarative Action, the record producer displays properly.