liuyan
2022-11-30 6b05e5c975c7e33b09e6073f1ec8419e1f9b065b
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Request_input_bid_information</fullName>
    <active>true</active>
    <errorConditionFormula>AND(Request_flag__c =true,AND(ISBLANK(Web_URL__c),Attachement__c=false))</errorConditionFormula>
    <errorMessage>请输入中标结果信息(附件或输入中标通知书URL)</errorMessage>
</ValidationRule>