Codeunit "Cost Adjustment Runner"
ID 5808
Namespace: Microsoft.Inventory.Costing
Properties
Events
OnBeforeRunCostAdjustment
[IntegrationEvent(False,False)]
local procedure OnBeforeRunCostAdjustment(CostAdjItemBucket: Record "Cost Adj. Item Bucket")
Parameters
OnAfterRunCostAdjustment
[IntegrationEvent(False,False)]
local procedure OnAfterRunCostAdjustment(CostAdjItemBucket: Record "Cost Adj. Item Bucket")
Parameters
OnRegisterSuccess
[IntegrationEvent(False,False)]
local procedure OnRegisterSuccess(var CostAdjItemBucket: Record "Cost Adj. Item Bucket")
Parameters
OnRegisterFailure
[IntegrationEvent(False,False)]
local procedure OnRegisterFailure(var CostAdjItemBucket: Record "Cost Adj. Item Bucket")
Parameters
See also