john9210 Posted June 26, 2018 Posted June 26, 2018 How can I go to the first portal row by script? I want to get the pkRecordID of the first row record.
OlgerDiekstra Posted June 26, 2018 Posted June 26, 2018 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".
Fitch Posted June 26, 2018 Posted June 26, 2018 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.
Recommended Posts
This topic is 2339 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now