June 26, 20187 yr How can I go to the first portal row by script? I want to get the pkRecordID of the first row record.
June 26, 20187 yr script step "go to portal row[first]"? Very similar to "go to record". But first you have to go to the portal, like with "go to object".
June 26, 20187 yr If the portal isn't sorted or filtered, you could just get related::yourField directly. Otherwise, as Olger said, Go to Portal Row is the script step to use. You don't have to use Go to Object first if there's only one portal on the layout. Or, you can use Go to Object directly on the field, or use Go to Field. Depends on whether the user might already be in the portal on a different row.
Create an account or sign in to comment