October 29, 200322 yr Newbies 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
October 29, 200322 yr 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).
Create an account or sign in to comment