February 18, 200520 yr I have a script which copies text from a portal row and pastes it for viewing into a different layout. I have a button that then navigates back to the original layout. There may be 20 different rows in the portal. How do I write the script to navigate back to the same portal row I just pasted the text from?
February 18, 200520 yr Before you move to a different layout, set a global number field with Get(PortalRowNumber). When you return to the layout, Go to Field [portalRelationship::fieldInPortal] and then Go to Portal Row [by calculation: globalNumField].
Create an account or sign in to comment