Need help on Custom Object Data deletion from OCOD.
I have a requirement like to Batch delete(at one go) all the records data under a Custom Object as OCOD will not support batch deletion of Custom Objects from application UI directly.
For this, we need to provide “User key”, either of EUI/RowId/Integration Id of each record, if we are using Web services by downloading respective wsdl file of the record type. Through java code I am able to delete records from OCOD appl. but every time I have to provide the RowId of record manually, which in my case want to make it as automated one basing on the available data in OCOD application for that Object.