Is there a way one could delete a record from an html view?
I currently have a loop that displays a list of records in a table in an html view.
I have an edit link to edit particular records.
I want to also add an html link that would delete a particular record. Is this possible?
To edit a record I use the following:
/<%=zoho.adminuser%>/<%=zoho.appname%>/Form_Name/record-edit/Quotes_Report/<%=main_record.ID%>
Is there a URL I could use like this for deleting a record?
Thanks,
Matthew