Table 5820 Cost Element Buffer in 24
- App
- Base Application
- Namespace
- Microsoft.Inventory.Costing
Fields, 12Keys, 1Procedures, 16Events, 6
Versions171819202122232425262728latest
Source29
Fields, 12
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Type | Enum Cost Entry Type | - |
| 2 | Variance Type | Enum Cost Variance Type | - |
| 3 | Actual Cost | Decimal | - |
| 4 | Actual Cost (ACY) | Decimal | - |
| 5 | Rounding Residual | Decimal | - |
| 6 | Rounding Residual (ACY) | Decimal | - |
| 7 | Expected Cost | Decimal | - |
| 8 | Expected Cost (ACY) | Decimal | - |
| 9 | Invoiced Quantity | Decimal | - |
| 10 | Remaining Quantity | Decimal | - |
| 11 | Inbound Completely Invoiced | Boolean | - |
| 12 | Last Valid Value Entry No | Integer | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Type, Variance Type | - |
Procedures, 16
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| Initialize | (Boolean) | public | - | ||||
| AddActualCost | (Option, Option, Decimal, Decimal) | public | Pending 24.0 | ||||
| Unused | |||||||
| AddActualCostElement | (Enum Cost Entry Type, Enum Cost Variance Type, Decimal, Decimal) | public | Pending 24.0 | ||||
| Use AddActualCostElement(NewEntryType: Enum "Cost Entry Type"; NewActualCost: Decimal; NewActualCostACY: Decimal) instead. | |||||||
| AddExpectedCostElement | (Enum Cost Entry Type, Enum Cost Variance Type, Decimal, Decimal) | public | Pending 24.0 | ||||
| Use AddExpectedCostElement(NewEntryType: Enum "Cost Entry Type"; NewActualCost: Decimal; NewActualCostACY: Decimal) instead. | |||||||
| RoundActualCost | (Decimal, Decimal, Decimal) | public | - | ||||
| ExcludeEntryFromAvgCostCalc | (Record Value Entry) | public | - | ||||
| ExcludeBufFromAvgCostCalc | (Record Inventory Adjustment Buffer) | public | - | ||||
| GetElement | (Enum Cost Entry Type, Enum Cost Variance Type) | Boolean | public | Pending 24.0 | |||
| Use GetElement(NewEntryType: Enum "Cost Entry Type") instead. | |||||||
| DeductOutbndValueEntryFromBuf | (Record Value Entry, Record Cost Element Buffer, Boolean) | public | - | ||||
| UpdateAvgCostBuffer | (Record Cost Element Buffer, Integer) | public | - | ||||
| UpdateCostElementBuffer | (Record Cost Element Buffer) | public | - | ||||
| AddActualCostElement | (Enum Cost Entry Type, Decimal, Decimal) | public | - | ||||
| AddActualCostElement | (Enum Cost Entry Type, Record Value Entry) | public | - | ||||
| AddExpectedCostElement | (Enum Cost Entry Type, Decimal, Decimal) | public | - | ||||
| AddExpectedCostElement | (Enum Cost Entry Type, Record Value Entry) | public | - | ||||
| GetElement | (Enum Cost Entry Type) | Boolean | public | - | |||
Events, 6
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterUpdateAvgCostBuffer | (var Record Cost Element Buffer, Record Cost Element Buffer, Integer) | - |
| Integration event | OnAfterUpdateCostElementBuffer | (var Record Cost Element Buffer, Record Cost Element Buffer) | - |
| Integration event | OnAfterExcludeBufFromAvgCostCalc | (var Record Cost Element Buffer, Record Inventory Adjustment Buffer) | - |
| Integration event | OnAfterRoundActualCost | (var Record Cost Element Buffer, Decimal, Decimal, Decimal) | - |
| Integration event | OnAfterDeductOutbndValueEntryFromBuf | (var Record Cost Element Buffer, Record Value Entry, Record Cost Element Buffer, Boolean) | - |
| Integration event | OnAfterExcludeEntryFromAvgCostCalc | (var Record Cost Element Buffer, Record Value Entry) | - |