Hi
I have a requirement where i need to add one field which should be link so when i navigate to link it should open record view and in that view interface there is dropdown which should contain that value from where i clicked and navigate to record .
How can i achieve the second part passing the value from source page to reflect on record view dropdown
Discussion posts and replies are publicly visible
This seems more like something I would do in a process. but, can be done in interfaces too. What are you trying to achieve? Where is this source and how is the value being selected in source.
In source the field will be read only and link so when i click on that link it should open another record view and in that view UI there is drop down field which should contain the source value on page load
You can configure that in the Summary interface based on the record Details. But Why would you have a value in the summary as editable. Will this dropdown define anything in the summary? you can create a separate rule input which you can configure in the records summary tab settings and pass the value based on the record using rv!record. Your use case is still not clear to me.
sonamg0002 said:in that view interface there is dropdown which should contain that value from where i clicked and navigate to record
I'm sorry - I gave it a genuine try, but I just can't parse this. Maybe try re-phrasing this, in simpler steps?