How do you create an approval button within Email Notifications?
I setup the following in a formula URL field: URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=<App Token>&_fid_224=Approved&rid=" & [Record ID#] When it runs it gives me a link. My u...