i have created one formula (button) which updated the checkbox to checked and redirect to the new custom page. URLRoot() & "db/" & Dbid() &"?a=API_EditRecord&rid="& URLEncode ([Record ID#])& "&_fid_...
But, are you trying to push the button when in ADD mode before the Record ID# exists?
What does the URL say when you push the button? Is it trying to edit rid=0
------------------------------ Mark Shnier (YQC) Quick Base Solution Provider Your Quick Base Coach http://QuickBaseCoach.com mark.shnier@gmail.com ------------------------------
Here I have 2 cases : 1. When Record (First Name , Last Name and Email ID) already exists/saved in table :- In this case my formula is working fine. 2. When Record does not exist :- Here formula is not working.
My question is :-
How can we add the Record with "ticked" checkbox and redirect it to new custom page.
I tried to use API_AddRecord to save the data in table and then redirect it to another page but in this case it is adding 4 separate records in table. Can we use this ADD API to get the desired output.
Your partial formula to add a record does look correct. Can you post the whole formula with the redirect to the page? It should not be creating 4 records.
------------------------------ Mark Shnier (YQC) Quick Base Solution Provider Your Quick Base Coach http://QuickBaseCoach.com mark.shnier@gmail.com ------------------------------
second is for first name ,second name and email address (record id=43)
------Original Message------
Your partial formula to add a record does look correct. Can you post the whole formula with the redirect to the page? It should not be creating 4 records.
------------------------------ Mark Shnier (YQC) Quick Base Solution Provider Your Quick Base Coach http://QuickBaseCoach.com mark.shnier@gmail.com ------------------------------