Newbies Reese196 Posted February 28, 2009 Newbies Posted February 28, 2009 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!!
comment Posted February 28, 2009 Posted February 28, 2009 Use script parameter to pass the parent ID to the script, then set the child's field to Get (ScriptParameter).
Recommended Posts
This topic is 5746 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