Forum Discussion
TylerJablonski1
3 years agoQrew Trainee
Any reason why you're using API_GenAddRecordForm in particular? API_GenAddRecordForm is usually used for opening an "add record" form with certain fields pre-populated.
URLRoot() & "db/" & [_DBID_CUSTOMERS] & "?a=nwr" should open a new record in the customers table that will return you to the "view record" page for the customer when saved.
------------------------------
Tyler Jablonski
------------------------------
URLRoot() & "db/" & [_DBID_CUSTOMERS] & "?a=nwr" should open a new record in the customers table that will return you to the "view record" page for the customer when saved.
------------------------------
Tyler Jablonski
------------------------------
KarenHenke
3 years agoQrew Cadet
Tyler!
Thank you!!
I copied that URL formula from another field and it didn't even occur to me to notice what kind of Add button I was copying (palm to forehead).
Ugh, I feel so silly - thank you again!
I updated the formula and it is working perfectly now.
~k
------------------------------
Karen Henke
------------------------------
Thank you!!
I copied that URL formula from another field and it didn't even occur to me to notice what kind of Add button I was copying (palm to forehead).
Ugh, I feel so silly - thank you again!
I updated the formula and it is working perfectly now.
~k
------------------------------
Karen Henke
------------------------------