October 2, 200619 yr I am trying to make records listed in a portal clickable, so the user can bring up a screen of the form entry for a corresponding record. It seems to work, except that no matter which record in the portal I click, it always brings up the FIRST record in the list. What am I doing wrong?
October 2, 200619 yr In the script that displays your record issue a GO TO RELATED RECORD step. That will make the record on the portal row that you click the active related record. Do this before you issue any commit records steps HTH Phil
October 3, 200619 yr Author In the script that displays your record issue a GO TO RELATED RECORD step. That will make the record on the portal row that you click the active related record. Do this before you issue any commit records steps HTH Phil My button script is simple: "Go To Related Record (Using Form)" but it still only pops up the first record. There are no other commands in the script.
Create an account or sign in to comment