Can redirect url have new values prepopulated on opening existing record

vk_23
Tera Contributor

I have requirement in which from link(dynamic name) present in html field I have to open a existing record (I have sysid of that record) but on opening itself change value of 1 field (let's call that field designation) to link name,no commit to database but just on ui designation should display link name from where this request came.

I can think of dividing solution in 2 parts.

1. Redirect using sysid which works fine.

2. To change value of designation field which I am unable to do, I can't use on load client script since value is dynamic.I can only think of if by any way in url itself I can send this field dynamic values.

 

Any suggestions.

 

 

 

5 REPLIES 5

Hello Allen,

Let me explain complete use case,might be helpfull in understanding more as you might suggest something different.

Form has 2 fields Designation (String field) and Details(Html). User input Designation and click custom button which in turn call api and fill data in Details field.

Now details field have data like name, email etc which I make them hyperlink using href as next ask is on clicking name (hyperlink) designation should have name or what ever data user clicks got populated.

 

I thought of reloading same form on click of this data element but no idea how can  I pass this dynamic values in designation field on clicking hyperlink inside html field.