open a UXF page from playbook action buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2024 08:33 PM
Hello there,
I am trying to add a new playbook action to open a new UXF page.
I am also trying to do the same from a Form Decoration action as well.
I already watched the following video. By far the best information available on the topic.
https://www.youtube.com/watch?v=C8KDDHUvNO8&ab_channel=ArnoudKooi
However, with the changing component naming conventions and event names, I still couldn't make it work.
Here is what I have done.
1. create a new playbook action.
2. create the corresponding client action. with below payload and applicable to playbook card,
{
"route": "{{route}}"
}
3. then configure the action attributes on the actin assignment as shown in the screenshot above.
4. also added necessary playbook experience mapping records.
5. the button does show up on the playbook step,
6.however, it does nothing on click of the button.
I know that I have to add the UX addon event mapping corresponding to the source declarative action.
But I have no luck in finding the right targetevent, source controller/parent macroponent.
Please help me out.
Thanks in advance.