Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
One way to debug us to make a new field with just the code to do the edit and see if it works
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord" & "rid=" & [RecordID#] & "&_fid_44=" & URLEncode(Now())
That will return a message to the screen as to if the edit was successful or not.
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord" & "rid=" & [RecordID#] & "&_fid_44=" & URLEncode(Now())
That will return a message to the screen as to if the edit was successful or not.