-
Goal: Delete a row in Salesforce
-
Steps: Button triggers javascript DeleteTransaction that triggers CRUD Delete deleteTransaction
-
Details:
Hi!!
I'm using Salesforce integration in Retool and I'm having issues with Delete CRUD action.
I have a javascript that is triggered by a button to delete a row from my custom object Transaction__c.
When I execute the query created in the query library, the delete action works, but when I create the query in the Retool app, it doesn't delete the row, and no error is returned.
DeleteTransaction script
deleteTransaction CRUD
deleteTransaction CRUD from Query Library
I suspect that the Resource ID content is where the problem is, but I'm not sure because I get no error message.