Skip to content

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]): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSICOCalcConditionWhereUsed", 'OnAfterCheckCalculationConditions', '', false, false)]
local procedure DoSomethingOnAfterCheckCalculationConditions(var TempCalcCondWhereUsed: Record "KVSICOCalcConditionWhereUsed" temporary; calcConditionType: Enum "KVSICOCalculationConditionType"; calcConditionNo: Code[20])
begin
end;

OnAfterFillTableBuffer(List) :#

[IntegrationEvent(false, false)]
local procedure OnAfterFillTableBuffer(var tableBuffer: List): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSICOCalcConditionWhereUsed", 'OnAfterFillTableBuffer', '', false, false)]
local procedure DoSomethingOnAfterFillTableBuffer(var tableBuffer: List)
begin
end;

OnBeforeShowCalcConditionWhereUsed(Record KVSICOCalcConditionWhereUsed) :#

[IntegrationEvent(false, false)]
local procedure OnBeforeShowCalcConditionWhereUsed(var calcCondWhereUsed: Record "KVSICOCalcConditionWhereUsed"): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSICOCalcConditionWhereUsed", 'OnBeforeShowCalcConditionWhereUsed', '', false, false)]
local procedure DoSomethingOnBeforeShowCalcConditionWhereUsed(var calcCondWhereUsed: Record "KVSICOCalcConditionWhereUsed")
begin
end;