How to create incident via esc portal using url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 03:47 AM
Hi,
This is my instance portal url when I click on 'Create Incident' from the Service Portal(esc):
http://instance_iurl/esc?id=sc_cat_item&sys_id=3f1dd0320a0a0b99000a53f7604a2ef9
How can I add to this url parameters that will be populated using the url, for example:
service_offering, short_description, description...etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 03:53 AM
you can send values in url parameters and then use onLoad catalog client script to get the values from url and set it
what did you start with?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:32 AM
@Ankur Bawiskar is there any way to set values directly from url without onload client script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 08:05 PM
you can pass values in url parameters but to set those on record producer variable you will require onload client script without which you cannot extract the value
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 07:45 AM
Hi @Alon Grod ,
Please refer below thread:
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
Thanks & Regards,
Sumanth Meda