<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Sales_Promotion__c</fullName>
|
<description>20231030王硕修改前:
|
IF( OwnerId = $Label.User_OlympusSystem , Consumable_order_minor__r.ApplySalsesTeam_F__c , TEXT(Owner:User.Work_Location__c) )</description>
|
<externalId>false</externalId>
|
<formula>IF(or(source__c = 'OSH',Owner:User.OSHFLG__c = TRUE),'合肥-OSH',
|
if(OwnerId = $Label.User_OlympusSystem ,
|
if(Not(isblank(Consumable_order_minor__c)),Consumable_order_minor__r.ApplySalsesTeam_F__c,Province_Account__c) , TEXT(Owner:User.Work_Location__c) ))</formula>
|
<label>销售推广课</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|