Help with sidebar quick action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 01:36 AM
Hi Everyone,
I wanted to know wether we can call script include inside sidebar quick action script. My requirement is that I want to call a dynamic url which is present in Script Include and open that url in new page.
Basically I want to achieve this requirement using quick action,
1. currently we are sending sys_id of the record to script include from UI Action, and then there we create our own dynamic url and send it back to UI Action. Then we open same URL in new window.
2. Similarly we want to send sys_id of the record to script include from Quick Action script, and then we want to create dynamic url in script include and send it back to Quick Action and open that URL in new window.
Please guide me if I can achieve this task from quick action.
Thanks in advance.