Featured
-
No Featured Found!
Tags
SIF API to delete record from Base Object
If you want to soft delete the record from Base Object you can use following code, please put corresponding values for items on which comment has been written:
DeleteRequest request = new DeleteRequest();
RecordKey recordKey =...