Skip to main content
sahitya admin 님이 #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개
  1. 2017년 4월 25일 오후 12:21
    i got the above message,in checkmark scan
0/9000