February 15, 200619 yr Hello, Suppose I have a portal containing 40 names, in ascending order, and it is configured to show 10. I have a script that adds a new record and then highlights this newly added record. However, if I add someone whose last name is "Smith", that record will most likely appear out of view. Is there any way I can scroll so that the newly added record appears? I was thinking of using the Go to Portal Row step with a calculation, but I don't know a way of determining in which row "Smith" appears. Regards, Sean Mills
February 15, 200619 yr Hi grandwood ! Try in the adding record script add script: Go to Field(Any_Field_From_Portal)
February 20, 200619 yr Author Hi aaa, Thanks for the suggestion, but that didn't work for me. Wouldn't I need to go to a specific portal row for the portal to scroll?
Create an account or sign in to comment