How to get URL params in script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2018 11:56 PM
Hello,
i need to get URL parameter in script include.this script include will trigger by variables reference qualifier.
i didn't find the solution to get params in script include.Please help me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2018 12:01 AM
Hi,
You will have to pass the URL from the reference qualifier.
Hope this helps.
Regards
Ujjawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2018 12:06 AM
thank you for your response. ya,i need to pass from reference qualifier but i didn't get any code to get params in reference qual.
Please help me to get params in Ref Qualifier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2018 12:21 AM
Can you please explain why you want to send URL to script include from reference qualifier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2018 12:31 AM
i want request id for validations.in url sys_id is available so i want to send that value.
by this request id i will retrieve variables data from options table.