liuyan
2022-11-25 4b809d4aecd3043963b14e29803245c70d9bb003
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>