Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(currentCase.RecordTypeId == custReqRecType.Id
  2. && currentCase.Status == '01-New'
  3. && currentCase.Kinnser_closed_on_create__c == FALSE
  4. && currentCase.Email__c != NULL
  5. && currentCase.Do_Not_Send_Case_Email__c == FALSE
  6. && currentCase.CreatedBy != 'Client Services Integrations'){
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement