Skip to main content
sahitya admin a posé une question dans #Apex
if (!(EMPYRAMDM__UploadedContact_Csv_Dup__c.sObjectType.getDescribe().isDeletable())) {

system.debug('**Cannot Delete the Uploaded Contact CSV Duplicates');

}else{ Database.delete (scope, false);

}

Hi,here is my requirement,I am tirying delete the records from db using database.delete,i had written the above FLS. Even though i got FLS issues.need help in Writing FLS for the above database.delete.urgent requirement.thanks in advance.
4 réponses
  1. 25 avr. 2017, 12:21
    i got the above message,in checkmark scan
0/9000