AlisonFisher1
2 years agoQrew Trainee
Webhook to delete a file attachment
I created the webhook below to delete a file attachment when a checkbox is checked, but it only works for one record at a time. How do I modify this webhook so that it updates multiple records at a time when the checkbox is checked using grid edit? Thanks!
API_EditRecord
<qdbapi>
<udata>mydata</udata>
<ticket>auth_ticket</ticket>
<apptoken>app_token</apptoken>
<rid>[record_id]</rid>
<field fid="[field_id]" filename="delete"></field>
</qdbapi>
------------------------------
Alison
------------------------------