<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Is_Followed_Intime__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(AND(NOT(ISNULL( intention_within_seven_days__c )), intention_within_seven_days__c == 1), True, False)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>是否按时跟进</label>
|
<trackHistory>false</trackHistory>
|
<type>Checkbox</type>
|
</CustomField>
|