August 7, 200718 yr Newbies I am trying to get a record number of a record that is inputted. Example get customerid than find record then get recordnumber( place) then go to the record number
August 7, 200718 yr Author Newbies I want to somehow write a script than retrives the record number from a record found by a varible
August 7, 200718 yr "get customerid than find record then get recordnumber( place) then go to the record number" So you want to select a record when you know its ID? Create a global field. Use this gobal field in a self-join. Enter the recordid into the global, then run the Go to Related Record script step and specify the self-join relationship.
Create an account or sign in to comment