MannyCruz
8 years agoQrew Assistant Captain
Formula Syntax Help
I am trying to get this formula to work so that it changes the status field of a record to display a different section of a form (for reference purpose). So when the button is clicked, the status will change to whatever part of the form the person wants to see. But it has to be in view mode, not edit mode. I cant figure out where my syntax error is.
var text url = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&_fid_340="&"Initial Screening";
"<a class='Vibrant Success' href='" db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) &"'>Initial Screening</a>"
I keep getting "Extra characters after end of formula
var text url = URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid="&[Record ID#]&"&_fid_340="&"Initial Screening";
"<a class='Vibrant Success' href='" db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) &"'>Initial Screening</a>"
I keep getting "Extra characters after end of formula