I need help with declarative action payload definitions for service operations workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 06:13 AM
Hi, I am facing problem in writing a payload definition for a declarative action I created for service operations workspace..
I am creating a button called "Create incident" on an interaction record.
The create button is created as UFX client action and It should open a blank interaction form in a new tab for a new incident creation. (NO MODAL WINDOW)
What should be the payload definition that I need to add to make this work.
Need help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:09 AM
he explains it nicely:
how to add the declarative action: https://www.youtube.com/watch?v=cBhfn3bFPxo
and how to call it: https://www.youtube.com/watch?v=E9FhNpk0Mwk
The only thing for my "use case" I miss: How can I influence in workspace which payload is sent
on that I am still working... my idea is: have a page "dialog" and then define various types of dialogs I need over and over again....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 01:22 AM
actually it's pretty straight forward... I create a new declarative action, change the payload make sure I have a proper sys_ux_addon_event_mapping and then it works