Skip to content

KVSICOCostingCalculationMgmt#

Events#

OnGetRealItemCostsOtherCostingBasis(Record Item, Code[10], Code[20], Date, Decimal, Boolean, Boolean) :#

[IntegrationEvent(false, false)]
local procedure OnGetRealItemCostsOtherCostingBasis(var newItem: Record "Item"; variantCode: Code[10]; locationCode: Code[20]; calculationDate: Date; quantity: Decimal; var purchPriceLineExists: Boolean; var lastDirectCostSet: Boolean): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSICOCostingCalculationMgmt", 'OnGetRealItemCostsOtherCostingBasis', '', false, false)]
local procedure DoSomethingOnGetRealItemCostsOtherCostingBasis(var newItem: Record "Item"; variantCode: Code[10]; locationCode: Code[20]; calculationDate: Date; quantity: Decimal; var purchPriceLineExists: Boolean; var lastDirectCostSet: Boolean)
begin
end;