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
------------------------------