<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ViewBidConfirm__c</fullName>
|
<description>用来排除2s6,2s7,2s8,2s9助理的提醒</description>
|
<externalId>false</externalId>
|
<formula>IF( (($User.ProfileId = '00e10000000xnp2')|| ($User.ProfileId = '00e10000000xzQ0')
|
|| ($User.ProfileId = '00e10000000xnp7') || ($User.ProfileId = '00e10000001220i')
|
|| ($User.ProfileId = '00e10000000xnpH') || ($User.ProfileId = '00e10000000xzQA')
|
|| ($User.ProfileId = '00e10000000hkas') || ($User.ProfileId ='00e10000000a7NY'))&&Logical_delete__c=false
|
,true,false)</formula>
|
<label>查看应标项目</label>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Checkbox</type>
|
</CustomField>
|