February 28, 200916 yr Newbies I'm creating a database for deliveries. There are two tables: Schedule and Address. I currently have a portal setup where I can type in a new address via the portal but I would like to change this so the portal is for viewing purposes only and when needing to add a new address there will be a button with a script (add new address) in the script I have the following: Go to Related Record (opens a different layout) New Record Set Field... Here's my problem, I wish to set the id number of this new record to match the current schedule and I can't figure it out!!
February 28, 200916 yr Use script parameter to pass the parent ID to the script, then set the child's field to Get (ScriptParameter).
Create an account or sign in to comment