Delete Operation
Dear all,
I need to enhance an integration and we have the following sequence for operation:
Query, Delete, Insert.
Right now in the Query we take the Id of the records that will be deleted, so I'm triyng to avoid to have this operation and I was wondering if I can do the delete operation directly based on the query searchspec.
For example CustomObject5 is my main object.
My query is search for the CustomObject5 Id where I have a particular CustomObject2 Name/Id Associated.
It will be possible to do the same directly with delete operation?
My soap:
<?xml version="1.0" encoding="utf-8" standalone="no"?>