| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>ViewWaitConfirm__c</fullName> | 
|     <description>对于2S1,2S2,2S4,2S6,2S8,2S9开头的简档用户,对于可以看到的待确认的招投标项目,都提醒</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF( (($User.ProfileId = '00e10000000xnp2')||($User.ProfileId = '00e10000000xzQ0') | 
| || ($User.ProfileId = '00e10000000xnp7') | 
| ||($User.ProfileId = '00e10000000xnpH')||($User.ProfileId = '00e10000000xzQA') ||($User.ProfileId = '00e10000000hkas') | 
| ||($User.ProfileId = '00e10000000xnpR')||($User.ProfileId = '00e10000000xyK6') | 
| ||($User.ProfileId = '00e10000000xnpb')||($User.ProfileId = '00e10000000xyKB')||($User.ProfileId = '00e10000000a7NY'))&&Logical_delete__c=false | 
| ,true,false)</formula> | 
|     <label>查看待确认项目</label> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Checkbox</type> | 
| </CustomField> |