Need to keep dynamic href link on catalog form in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 11:00 PM
I have a requirement to have a dynamic href link on catalog form, on clicking this link it will redirect to my custom table in form view. So I have on change client script where i have been passing this dynamic URL link in a function and calling this function in a macro, but I am unable to write the script in macro which will redirect it.
attaching script which i tried. can someone suggest correct syntax.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 12:09 AM
Hi @saibharath
Please check if the below post helps :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 12:46 AM
Hello @Amit Verma
this wont work as my requirement is different , since it is dynamic and the link we are passing is from onchange client script. i.e onchange of a list collector field we pass the sys_ids of all the records which are selected in it and we try to create a URL in onchange client script which then I am passing to a Macro