Newbies lulu Posted October 29, 2003 Newbies Posted October 29, 2003 Hi guys I've created a portal in which I don?t want to create related records. So "allow creation of related records" is UNchecked and "entry into fields" isn?t allowed. I want to make a script with wich I would create related records in that portal. ie If there's a record in the first portal row, to create a new record in the second row ...etc. Can you help? Thanx Lulu
Fitch Posted October 29, 2003 Posted October 29, 2003 Make a global field in either the master file or the related file. Make a script that uses Set Field to put the master id into the global. The script then calls an external script in the related file. Make a script in the related file that creates the new record, and grabs the master id from the global. The script in the master file would then take over and Go to field (related::some field) and Go to portal row (last).
Recommended Posts
This topic is 7697 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