Table of Contents

KVSKBABEOFrediDispatchProvider

Implements [#437dbf0e84ff417a965ded2bb9650972#Shipment Method ](https://github.com/search?q=Table+%5b%23437dbf0e84ff417a965ded2bb9650972%23Shipment+Method+%3aocticons-mark-github-16%3a%5d(https%3a%2f%2fgithub.com%2fsearch%3fq%3dTable%2b%2523437dbf0e84ff417a965ded2bb9650972%2523Shipment%2bMethod%2brepo%253AStefanMaron%252FMSDyn365BC.Code.History%26type%3dCode)+repo%3AStefanMaron%2FMSDyn365BC.Code.History&type=Code).

Procedures

Id() : Guid

Summary: Returns the ID of the dispatch provider.

procedure Id(): Guid

Returns: The ID as a GUID.

Name() : Text

Summary: Returns the name of the dispatch provider.

procedure Name(): Text

Returns: The name as text.

Version() : Text

Summary: Returns the version of the dispatch provider.

procedure Version(): Text

Returns: The version as text.

Description() : Text

Summary: Returns the description of the dispatch provider.

procedure Description(): Text

Returns: The description as text.

Send(Variant, Text) : Boolean

Summary: Sends the provided record and updates the response text.

procedure Send(Rec: Variant; var ResponseText: Text): Boolean

Parameters:

  • Rec: The record to send.
  • ResponseText: The response text to update.

Returns: True if the record was sent successfully.

Status(Variant, Text) : Boolean

Summary: Updates the status of the provided record and clears the response text, if successful.

procedure Status(Rec: Variant; var ResponseText: Text): Boolean

Parameters:

  • Rec: The record to update.
  • ResponseText: The response text to clear, if successful.

Returns: True if the status was updated successfully.