LawrenceClink
8 years agoQrew Cadet
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 users are asking for a html button.
Is this possible?
The other issue is that when submitting this link the system responds with a XML response.
I'd really like to give them a human readable text response.
Any ideas on this?
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&apptoken=<App Token>&_fid_224=Approved&rid=" & [Record ID#]
When it runs it gives me a link.
My users are asking for a html button.
Is this possible?
The other issue is that when submitting this link the system responds with a XML response.
I'd really like to give them a human readable text response.
Any ideas on this?