涂煌豪
2022-05-06 ff435968945d457f9ee653a9620fa1c7d78d2d4c
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Is_GIORSP__c</fullName>
    <description>当前用户是否为 该招标项目的GI/SP助理</description>
    <externalId>false</externalId>
    <formula>IF( GI_assistant__c =  $User.Id ,true ,IF( SP_assistant__c  = $User.Id , true ,false) )</formula>
    <label>是否为GI/SP助理</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>