| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |
| | | <fullName>NeedShareBatch__c</fullName> |
| | | <description>未转化OCM询价的经销商询价,并且共享用户与战略科室所有人不同的情况需要更新</description> |
| | | <externalId>false</externalId> |
| | | <formula>IF (ISBLANK(Change_To_Opportunity__c), |
| | | <description>未转化OCM询价的经销商询价,并且共享用户与战略科室所有人不同的情况需要更新 |
| | | 20231115ws修改前: |
| | | IF (ISBLANK(Change_To_Opportunity__c), |
| | | IF (ISBLANK(Department_Class_Opp__c), |
| | | false, |
| | | OCSM_Owner__c != Department_Class_Opp__r.OwnerId), |
| | | false |
| | | )</formula> |
| | | )</description> |
| | | <externalId>false</externalId> |
| | | <formula>IF (ISBLANK(Department_Class_Opp__c), |
| | | false, |
| | | OCSM_Owner__c != Department_Class_Opp__r.OwnerId)</formula> |
| | | <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |
| | | <label>需要更新共享</label> |
| | | <trackHistory>false</trackHistory> |