Newbies PTurcotte Posted June 5, 2002 Newbies Posted June 5, 2002 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]
bbaliner Posted June 5, 2002 Posted June 5, 2002 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
andygaunt Posted June 5, 2002 Posted June 5, 2002 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.
Recommended Posts
This topic is 8208 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