<?xml version="1.0" encoding="UTF-8"?>
|
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>location_input_check</fullName>
|
<active>true</active>
|
<description>没有WhatID</description>
|
<errorConditionFormula>(Text(Activity_Type2__c) == '販売店'||
|
Text(Activity_Type2__c) == '社外イベント')&&whatid__c == null && DATEVALUE(CreatedDate) >= DATE(2020,06,25) && isblank(EventC_ID__c) && isblank(NextEventC_ID__c) && isScheduled__c !=true</errorConditionFormula>
|
<errorMessage>请选择经销商或市场活动!</errorMessage>
|
</ValidationRule>
|