How to populate fields using url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 09:58 AM
Hi,
This is my instance url for the 'Create Incident' record producer in the portal. How can I populate the fields service_offering and business_service using the url?
http://my_instance_url/esc?id=sc_cat_item&sys_id=3f1dd0320a0a0b99000a53f7604a2ef9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 10:10 AM
Hi,
Check this blog by Brad that shows ,with eg, how can you pass values via url to populate the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 01:51 AM
@Alon Grod Did you check the link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 10:22 AM
Hi @Alon Grod ,
You can get this from REST API explorer as below. the reasponse will give you the url with all fields value that you have passed.
Eg: to pass service offering value as database
i hope this helps..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 10:32 AM
@Sohail Khilji its not working