| <?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> |