How to add dynamic URL in instance with URL?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a requirement to change URL dynamically or based on condition on widget in sp_instance_link HREF/URL. How to handle this or is there any way to do this
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm using instance_link for icon redirection in a Service Portal widget. The current URL looks like this:
?id=csm&table={table_name}&view={view}I need to modify this URL dynamically based on certain conditions by appending a filter, for example:
?id=csm&table={table_name}&view={view}&filter={some_condition}What’s the best way to achieve this?
- Can it be done on the client side or server side within the widget?
- Or is there a way to handle this directly in the instance link configuration?