binxie
2024-01-20 0a2fc19461a141fbbb2c303142afdee22c72daac
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Lost_or_Cancel_PCL_cannot_Check_WIN</fullName>
    <active>true</active>
    <errorConditionFormula>AND(
$User.Batch_User__c = False,
OR(ISPICKVAL(StageName, &quot;敗戦&quot;),ISPICKVAL(StageName, &quot;削除&quot;)),SAP_Send_OK__c=TRUE)</errorConditionFormula>
    <errorMessage>如果状态1是取消/失单,不允许做WIN</errorMessage>
</ValidationRule>