Jump to content
Server Maintenance This Week. ×

GoToRecord/Request/Page (by field value)


This topic is 8246 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I've been experimenting with the GoToRecord/Request/Page(by field value) script step. I'm assuming that you can set a global field with the ID number of a particular record and then return the user to that record at some later time.

I have not been able to get this script step to work in this fashion however. Do you have any suggestions?

Mike Fogarty

Link to comment
Share on other sites

The Go to Record script step goes to the Record Number in the current found set (i.e. first record, second record, 43rd record). The actual record selected depends upon the found set and sort order. It does NOT go to a record by Record ID.

You can do what you wish, but not with this script step. Create fields:

gRecordID (global, number)

RecordID (calculation, number, indexed) = Status (Current Record ID)

Create a self relationship (Rel) with gRecordID <---> RecordID

To go to a particular record use the script

SetField(gRecordID, 5) <--- or set this field by manual entry

Go to Related Record (Rel) <--- if you only want this record in the found set, check the "show only related records" option

-bd

Link to comment
Share on other sites

This topic is 8246 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.