ShouldBeDelete__c When LastModifiedDate < Before 6 month, this record should be delete. If this is true, informatica will delete this record. false If(Status1__c = '草案中'&& DATEVALUE(LastModifiedDate)+ 183 < TODAY(),TRUE,FALSE) false false Checkbox