I have a series of Interfaces that all start with the same record picker. I'd like to pick the appropriate record in the record picker of the first interface and then pass the value I've selected in the record picker to the remaining interfaces so that I don't have to pick it at the start of every interface. Is there a way to do that?
Pass the same record picker value to multiple Interfaces

Best answer by kuovonne
You can use a button field to do this. Use a formula that opens the url for the record in the other interface page. You can see the structure of the url in when you open the interface page in a web browser. You will need to hardcode the base ID, interface page ID, and record picker ID. You can get the record ID with the RECORD_ID() formula function. You will need a new button field for each interface page. Place the button field on the interface page and enjoy jumping between different pages for the same record.
I use a similar technique to jump between pages for linked records when I want more than what a side-sheet can do (or when I don’t want to maintain both the main page and the side-sheet page.)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.