Skip to content

KVSPSAIntegrationDimensionMgt#

Events#

KVSPSAOnBeforeInsertDimValueOnCreateIntegrationDimensionAndAddToDefaultDimension(Record Dimension Value, Integer, Code[20]) :#

Summary: event to be called before inserting the dimension value on Creating the dimension value in CreateIntegrationDimensionAndAddToDefaultDimension

[IntegrationEvent(false, false)]
local procedure KVSPSAOnBeforeInsertDimValueOnCreateIntegrationDimensionAndAddToDefaultDimension(var DimensionValue: Record "Dimension Value"; TableID: Integer; DimensionNo: Code[20]): 
[EventSubscriber(ObjectType::Codeunit, Codeunit::"KVSPSAIntegrationDimensionMgt", 'KVSPSAOnBeforeInsertDimValueOnCreateIntegrationDimensionAndAddToDefaultDimension', '', false, false)]
local procedure DoSomethingKVSPSAOnBeforeInsertDimValueOnCreateIntegrationDimensionAndAddToDefaultDimension(var DimensionValue: Record "Dimension Value"; TableID: Integer; DimensionNo: Code[20])
begin
end;

Parameters:

  • DimensionValue: The Record Dimension Value to be Inserted
  • TableID: The Table ID
  • DimensionNo: The Dimension No