Forum Discussion
CharlotteM
8 years agoQrew Assistant Captain
yes, I'm using the button.
It has this:
URLRoot() & "db/" & [_DBID_CONTACTS] & "?a=API_GenAddRecordForm&_fid_39=" & URLEncode ([Record ID#])& "&z=" & Rurl()
It seems that when I save the parent first, then click on Add Contact, it works properly. I have
"Save parent record automatically when a child record is created" checked on both tables (because sometimes I'm wanting to create a Company from another table/ parent record). So it's acting like it doesn't actually save the Company (parent record) before trying to add the child.
And it doesn't actually connect the two - the contact is saved, with no company.
It has this:
URLRoot() & "db/" & [_DBID_CONTACTS] & "?a=API_GenAddRecordForm&_fid_39=" & URLEncode ([Record ID#])& "&z=" & Rurl()
It seems that when I save the parent first, then click on Add Contact, it works properly. I have
"Save parent record automatically when a child record is created" checked on both tables (because sometimes I'm wanting to create a Company from another table/ parent record). So it's acting like it doesn't actually save the Company (parent record) before trying to add the child.
And it doesn't actually connect the two - the contact is saved, with no company.
QuickBaseCoachD
8 years agoQrew Captain
Actually the "Save Parent record automatically when a child record is created" is for when you are in Add mode on a Parent and then user clicks to Add Child before saving the parent. It will auto save the Parent and then go on to put up the Add Child form.