lowkeyloki Posted May 26, 2011 Posted May 26, 2011 I am trying to duplicate a portal record in FM11. I have come across a few questions. From what I have read I can have a button in the portal trigger a script which will: go to portal row[select; no dialog; get (portalRowNumber)] Duplicate Record/Request 1)Unfortunately when I try to create a "go to portal row" script I need to specify ("First,Last,Next,Previous,Calculation)", on a calculation of "get (portalRowNumber)" I get the error "This parameter is an invalid Get function parameter.". Can someone please tell me why this isn't working? Am I not allowed to call get (portalRowNumber) in a script? Also I used the work around: Go to Portal Row [select;Next] Go to Portal Row [select;Previous] Duplicate Record/Request 2) Is this a safe work around? It seems to duplicate any record successfully, even if it is the first or last record. Clicking the "duplicate record" button on the next new record (which is empty) will create a duplicate of the my last record. 3) I also don't understand why there isn't a Go to Portal Row [select;Selected]. Why can't I just duplicate the portal record in the row in which my button resides, why does it have to be ("First,Last,Next,Previous,Calculation)"? This seems counter intuitive.
Vaughan Posted May 27, 2011 Posted May 27, 2011 No, not go to portal row. You want to go to the related record (GTRR) and duplicate the related record.
Recommended Posts
This topic is 4932 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