Skip to main content
KasthuriRajan Murugesan (Salesforce) 님이 #Apex에 질문했습니다
AND(

vlocity_cmt__ServiceAccountId__r.RecordType.DeveloperName ="Service",

ISPICKVAL(vlocity_cmt__OpportunityId__r.Marketer_Code__c,'GEXA-TCAP'),

OR(

ISBLANK(vlocity_cmt__ServiceAccountId__r.Service_OfferCode__c))

)
답변 1개
  1. 2021년 1월 18일 오후 5:51
    Hi Rajan,

    Can you elaborate on the issue is it that when you are inserting a record via apex the validation rule is not working or is it that the validation rule is not working even if the record is inserted from the UI?

    Looking forward to your response.

    Thanks.
0/9000