Skip to content

KVSEDX Transm. Company#

Implements KVSEDXiTransmission.

Procedures#

CheckEDXSetup(Record KVSEDX Setup) :#

Summary: Validates or checks EDX Setup conditions.

procedure CheckEDXSetup(var EDXSetupVar: Record "KVSEDX Setup"): 

Parameters:

  • EDXSetupVar: Variable parameter for EDXSetupVar.

CheckEDXDocumentSetup(Record KVSEDX Document Setup) :#

Summary: Validates or checks EDX Document Setup conditions.

procedure CheckEDXDocumentSetup(var EDXDocumentSetupVar: Record "KVSEDX Document Setup"): 

Parameters:

  • EDXDocumentSetupVar: EDX document code or setup.

ProcessInbound(Record KVSEDX Document Setup) : Boolean#

Summary: Processes Inbound messages.

procedure ProcessInbound(var EDXDocSetupVar: Record "KVSEDX Document Setup"): Boolean

Parameters:

  • EDXDocSetupVar: Variable parameter for EDXDocSetupVar.

Returns: True if operation succeeded, false otherwise.

ProcessOutbound(Record KVSEDX Document Setup, Record KVSEDX Outbound) : Boolean#

Summary: Processes Outbound messages.

procedure ProcessOutbound(var VarKVSEDXDocumentSetup: Record "KVSEDX Document Setup"; var VarKVSEDXOutbound: Record "KVSEDX Outbound"): Boolean

Parameters:

  • VarKVSEDXDocumentSetup: EDX document code or setup.
  • VarKVSEDXOutbound: Variable parameter for VarKVSEDXOutbound.

Returns: True if operation succeeded, false otherwise.

CreateDirectory(Text) :#

Summary: Creates a new Directory based on provided parameters. Not used in Intercompany transmission.

procedure CreateDirectory(PathPar: Text): 

Parameters:

  • PathPar: Variable parameter for PathPar.

DeleteDirectory(Text, Text) : Boolean#

Summary: Deletes records or entries from the system. Not used in Intercompany transmission.

procedure DeleteDirectory(PathPar: Text; var ErrorVar: Text): Boolean

Parameters:

  • PathPar: Variable parameter for PathPar.
  • ErrorVar: Error text or message.

Returns: True if operation succeeded, false otherwise.

DirectoryExists(Text) : Boolean#

Summary: Performs DirectoryExists operation. Not used in Intercompany transmission.

procedure DirectoryExists(PathPar: Text): Boolean

Parameters:

  • PathPar: Variable parameter for PathPar.

Returns: True if operation succeeded, false otherwise.

IsPathEditable() : Boolean#

Summary: Performs IsPathEditable operation. Not used in Intercompany transmission.

procedure IsPathEditable(): Boolean

Returns: True if operation succeeded, false otherwise.