June 5, 200223 yr Newbies Hy, In a file , I got 2 portal. By a script, I'm able to copy the data form my first portal, but I'm unable to copy the data from the second portal it copy just the last record of this portal.... Do you know a way to do this ?? Thanks in advance ! Pierre Turcotte [email protected]
June 5, 200223 yr go to related record in the actual file the portal represents, specifically go to a layout and copy the field you want. But if it's One to Many relationship, and you need to use Go to Portal Row function to navigate inside the portal
June 5, 200223 yr Hi, do you have a button in each portal row that you are running this script from. If so, then use set field instead of copy paste. Set field ["field you want to set or paste into", "field you are setting or copying from (make sure you choose the correct relationship for this field, namely that portal)"] This way the field does not have to be visible in the portal, and you dont have to go to the external file.
Create an account or sign in to comment