binxie
2024-01-18 0e0dd1e20e7211f3c3c11d77a41090d998dfd06c
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>