• Mohd Zakir
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
if(Jblocation!=null){
                                system.debug('hiiiiiiiiiiiiii');

                 soql +='And(Preferred_Location2__c= \''+Jblocation+'\'',' multiselect_picklist_del__c= \''+Jblocation+'\')' ;
                    
                                    system.debug('===soql==== '+soql );

                }
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.