AND(
OR(
INCLUDES(Type__c,"Work Experience"),
INCLUDES(Type__c,"OJT"),
INCLUDES(Type__c,"Business Posted Job to PMTC"),
INCLUDES(Type__c,"MW posted job to PMTC"),
INCLUDES(Type__c,"MW Repost Job"),
INCLUDES(Type__c,"Resume Search"),
INCLUDES(Type__c,"MW collected resumes"),
INCLUDES(Type__c,"MW Collected Job Applications"),
INCLUDES(Type__c,"MW pre screened"),
INCLUDES(Type__c,"Apprenticeship"),
INCLUDES(Type__c,"MW posted job to PMTC"),
ISBLANK( ONET_CODE__c)
))
답변 3개

Did you have other conditions that you need for the AND? Picklists and Validation rules are a little weird, try using Contains, instead of Includes.