ちょっと、カンマとか抜けて解決までに時間が掛かりました。
IFを使ってカウントさせます。
OR(
IF(IF(ISBLANK(Invoice_Amount__c),0,1) + IF(ISBLANK(Invoice_Number__c),0,1)=1,True,False),
IF(IF(ISBLANK(Quote_Amount__c),0,1) + IF(ISBLANK(Quote_Number__c),0,1)=1,True,False)
)
Go to list of users who liked
More than 3 years have passed since last update.
ちょっと、カンマとか抜けて解決までに時間が掛かりました。
IFを使ってカウントさせます。
OR(
IF(IF(ISBLANK(Invoice_Amount__c),0,1) + IF(ISBLANK(Invoice_Number__c),0,1)=1,True,False),
IF(IF(ISBLANK(Quote_Amount__c),0,1) + IF(ISBLANK(Quote_Number__c),0,1)=1,True,False)
)
Register as a new user and use Qiita more conveniently
Go to list of users who liked