Table of Contents

KVSICOCalcConditionWhereUsed

Procedures

CheckCalcCondition(Enum KVSICOCalculationConditionType, Code[20]) :

Summary: Check where the given Calculation Condition has been used.

procedure CheckCalcCondition(calcConditionType: Enum "KVSICOCalculationConditionType"; calcConditionNo: Code[20]): 

Parameters:

  • calcConditionType: Enum KVSICOCalculationConditionType specifies the type of the calculation condition the search should be based on.
  • calcConditionNo: Code[20] specifies the unique no. of the calculation condition header the search should be based on.

Events

OnAfterCheckCalculationConditions(Record KVSICOCalcConditionWhereUsed, Enum KVSICOCalculationConditionType, Code[20]) :

[IntegrationEvent(false, false)]
local procedure OnAfterCheckCalculationConditions(var TempCalcCondWhereUsed: Record "KVSICOCalcConditionWhereUsed" temporary; calcConditionType: Enum "KVSICOCalculationConditionType"; calcConditionNo: Code[20]): 

OnAfterFillTableBuffer(List) :

[IntegrationEvent(false, false)]
local procedure OnAfterFillTableBuffer(var tableBuffer: List): 

OnBeforeShowCalcConditionWhereUsed(Record KVSICOCalcConditionWhereUsed) :

[IntegrationEvent(false, false)]
local procedure OnBeforeShowCalcConditionWhereUsed(var calcCondWhereUsed: Record "KVSICOCalcConditionWhereUsed"):