CBH_Service_Acc
18 hours agoQrew Member
Delete Formula Button Error
Hello, I have a URL Formula field I created that I'm trying to use as a Delete button on one of my tables, but I keep getting this "A formula cannot end with an assignment to a variable declaration....
- 17 hours ago
Sure, I can help. Where do you want to redirect the user to after the delete? Perhaps that table home page?
If so, try this
var text Delete = URLRoot() & "db/" & Dbid() & "?a=API_DeleteRecord&apptoken=*XXXXXXX*=" & [Record ID#];
var text TableHomePage = URLRoot() & "db/" & dbid() & "?a=td";
$Delete
& "&rdr=" & URLEncode($TableHomePage)