binxie
2024-01-20 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>You_Xiao_Ku_Cun__c</fullName>
    <description>关联地方
FixtureUtil Groupby
数量 - 借出_分配_数
- ((修理中件数 + 草案中修理) - 明细修理中件数 - 调拨明细修理中件数) - 待处理维护数
- 冻结 - 待废弃数(实物) - 待废弃数(实丢失/盘亏) - 盘点冻结数 - 审批后盘点冻结数
- 调拨冻结数 - 待修理数</description>
    <externalId>false</externalId>
    <formula>Quantity - Out_of_wh__c - ((Repairing_Count__c + Draft_Repair_Count__c) - Repairing_Link_Detail_Count__c - Transfer_Repairing_Link_Detail_Count__c ) - MaintainCount_For_Processing__c - Frozen_Quantity__c - Abandoned_RealThing__c - Abandoned_Inventory__c - IF( Inventory_Frozen_Quantity__c &gt; 0, Inventory_Frozen_Quantity__c, 0) - IF(Appended_Inventory_Frozen_Quantity__c &gt; 0, Appended_Inventory_Frozen_Quantity__c, 0) - MAX(0, TransferFrozenQuantity__c) - MAX(0, CountForRepair__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>有效库存</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <type>Number</type>
    <unique>false</unique>
</CustomField>