CSM/FSM Workspace UI Action to open Select Records then create new record on different table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 05:58 AM
Hi,
I have requirement to create UI Action button on CSM/FSM Workspace Record view (sn_customerservice_case table) which should open Select Records -modal and then selected record and current record are passed to function which creates new record on different table.
Also would be nice if new record creatation is aborted if user selects two or more records.
I was able to get this working on Classic View forms, but currently I'm not as familiar with Workspace.
Thanks in advance,
-j0unss.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:34 AM
Have you seen this article? I think it contains all that is currently available for modals in workspaces without the creation of one from scratch.
See more of my content here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2024 07:56 AM
Hi @CezaryBasta,
Yes I have checked that article and as far as I can tell it didn't solve my problem.