<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Select_Status__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(OR(ISPICKVAL(Status__c, '已批准'), ISPICKVAL(Status__c, '已出库指示')),
|
IF(Consum_Apply_Equipment_Set_Cnt__c > 0,
|
IF ( Wei_Assigned_Cnt__c == Consum_Apply_Equipment_Set_Cnt__c, '待分配',
|
IF (AND (Wei_Assigned_Cnt__c < Consum_Apply_Equipment_Set_Cnt__c, Wei_Assigned_Cnt__c > 0), '部分分配', '全部分配')
|
), ''
|
),
|
''
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>分配状态</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|