Table of Contents

KVSKBABANFEventMgt

Events

OnUpdateOrderQuoteSetupGlobalDimCodeOnCaseElse(Integer, Code[20], Code[20]) :

Summary: Integration event that is raised when updating Order Quote Setup Global Dimension Code in case not explicitly handled.

[IntegrationEvent(false, false)]
local procedure OnUpdateOrderQuoteSetupGlobalDimCodeOnCaseElse(GlobalDimCodeNo: Integer; GLAccNo: Code[20]; NewDimValue: Code[20]): 

Parameters:

  • GlobalDimCodeNo: The Global Dimension Code Number.
  • GLAccNo: The G/L Account No.
  • NewDimValue: The new Dimension Value to be set.

Remarks: Subscribers to this event can implement custom logic for handling updates to the Global Dimension Code in Order Quote Setup for cases that are not explicitly handled in the standard code.

OnUpdateOrderQuoteSetupGlobalDimCodeOnBeforeGLAccModify(Record KVSKBAOrderQuoteSetup, Code[20], Integer) :

Summary: Integration event that is raised before modifying the global dimension code in Order Quote Setup.

[IntegrationEvent(false, false)]
local procedure OnUpdateOrderQuoteSetupGlobalDimCodeOnBeforeGLAccModify(var KVSKBAOrderQuoteSetup: Record "KVSKBAOrderQuoteSetup"; NewDimValue: Code[20]; GlobalDimCodeNo: Integer): 

Parameters:

  • KVSKBAOrderQuoteSetup: VAR Record KVSKBAOrderQuoteSetup - The Order Quote Setup record to be modified.
  • NewDimValue: Code[20] - The new dimension value code to be set.
  • GlobalDimCodeNo: Integer - The number of the global dimension (1 or 2).

Remarks: Subscribers to this event can implement custom logic or validations before the global dimension code is modified in the Order Quote Setup record.

OnUpdatePseudoItemGlobalDimCodeOnCaseElse(Integer, Code[20], Code[20]) :

Summary: Integration event that is raised when a pseudo item's global dimension code needs to be updated in cases not explicitly handled.

[IntegrationEvent(false, false)]
local procedure OnUpdatePseudoItemGlobalDimCodeOnCaseElse(GlobalDimCodeNo: Integer; GLAccNo: Code[20]; NewDimValue: Code[20]): 

Parameters:

  • GlobalDimCodeNo: The number of the global dimension code to update.
  • GLAccNo: The G/L account number associated with the pseudo item.
  • NewDimValue: The new dimension value code to be set.

Remarks: Subscribers to this event can implement custom logic for updating the global dimension code of a pseudo item for cases that are not explicitly handled in the standard code.

OnUpdatePseudoItemGlobalDimCodeOnBeforeGLAccModify(Record KVSKBAPseudoItem, Code[20], Integer) :

Summary: Integration event that triggers before modifying the Global Dimension Code on a Pseudo Item.

[IntegrationEvent(false, false)]
local procedure OnUpdatePseudoItemGlobalDimCodeOnBeforeGLAccModify(var KVSKBAPseudoItem: Record "KVSKBAPseudoItem"; NewDimValue: Code[20]; GlobalDimCodeNo: Integer): 

Parameters:

  • KVSKBAPseudoItem: VAR Record KVSKBAPseudoItem - The Pseudo Item record to be modified.
  • NewDimValue: Code[20] - The new dimension value code to be set.
  • GlobalDimCodeNo: Integer - The Global Dimension number (1 or 2).

Remarks: Subscribers to this event can implement custom logic or validations before the global dimension code is modified in the Pseudo Item record.

OnUpdateApprovalFlowBANFGlobalDimCodeOnCaseElse(Integer, Code[20], Code[20]) :

Summary: Integration event that is raised when updating the Global Dimension Code for BANF in cases not explicitly handled.

[IntegrationEvent(false, false)]
local procedure OnUpdateApprovalFlowBANFGlobalDimCodeOnCaseElse(GlobalDimCodeNo: Integer; GLAccNo: Code[20]; NewDimValue: Code[20]): 

Parameters:

  • GlobalDimCodeNo: Integer parameter that specifies the Global Dimension Code number.
  • GLAccNo: Code[20] parameter that specifies the G/L Account Number.
  • NewDimValue: Code[20] parameter that specifies the new Dimension Value to be set.

Remarks: Subscribers to this event can implement custom logic for handling updates to the Global Dimension Code in BANF Approval Flow for cases that are not explicitly handled in the standard code.

OnUpdateApprovalFlowBANFGlobalDimCodeOnBeforeGLAccModify(Record KVSKBAApprovalFlowBANF, Code[20], Integer) :

Summary: Integration event that is raised before modifying the Global Dimension Code in BANF Approval Flow.

[IntegrationEvent(false, false)]
local procedure OnUpdateApprovalFlowBANFGlobalDimCodeOnBeforeGLAccModify(var KVSKBAApprovalFlowBANF: Record "KVSKBAApprovalFlowBANF"; NewDimValue: Code[20]; GlobalDimCodeNo: Integer): 

Parameters:

  • KVSKBAApprovalFlowBANF: VAR Record KVSKBAApprovalFlowBANF - The BANF Approval Flow record being modified.
  • NewDimValue: Code[20] - The new Dimension Value Code to be set.
  • GlobalDimCodeNo: Integer - The Global Dimension number (1 or 2) being modified.

Remarks: Subscribers to this event can implement custom logic or validations before the global dimension code is modified in the BANF Approval Flow record.