Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Activities

Prev Next

An activity is a step in a pipeline that receives a message as input and produces a message as output.

An activity is an intermediate step in the pipeline. It has a number of specific properties, such as locations, documents, or filters. You can connect an activity to:

  • Another activity.

  • An event, in which case it is part of an export pipeline.

  • An endpoint, in which case it is part of either an import or an export pipeline.

Typical examples of activities include:

  • XML generation from a record set, or record generation from an XML document.

  • Data translation from one format to another, such as XML to CSV or CSV to XML.

  • Data mapping from one structure to another.

The following table provides links to and descriptions of the topics in this section:

To

See

Learn about the activity used to create attachments for notifications

ATTACHMENTGENERATOR activity

Learn about the activity used to translate a CSV input into XML structure

CSVTOXMLTRANSLATOR activity

Learn about the activity used to upload notification attachments to a network, FTP, or SharePoint location

DOCUPLOADER activity

Learn about the activity used to generate a job queue event for a message

EVENTGENERATOR activity

Learn about the activity used to map the business object to the messaging infrastructure

HEADERMAPPER activity

Learn about the activity used to map data items from several sources

MAPPER activity

Learn about the activity used to write records into Microsoft Dynamics 365 Business Central

RECORDGENERATOR activity

Learn about the activity used to break a composite message into a series of individual messages, each containing data related to one item

SPLITTER activity

Learn about the activity used to convert a TEXT document into an XML document

TEXTTOXMLTRANSLATOR activity

Learn about the activity used to convert a Microsoft Dynamics 365 Business Central record set into an XML document

XMLGENERATOR activity

Learn about the activity used to generate records based on a Microsoft Dynamics 365 Business Central XML port

XMLPORTRECGENERATOR activity

Learn about the activity used to generate an XML document using a Microsoft Dynamics 365 Business Central XML port

XMLPORTXMLGENERATOR activity

Learn about the activity used to convert an XML document into a CSV document

XMLTOCSVTRANSLATOR activity

Learn about the activity used to convert an XML document into an HTML document

XMLTOHTMLTRANSLATOR activity

Learn about the activity used to convert an XML document to a TEXT document

XMLTOTEXTTRANSLATOR activity

Learn about the activity used to apply a custom XML style sheet on an XML document

XMLTOXMLTRANSLATOR activity

Learn about the activity used to apply a Message Editor to the pipeline

MESSAGEEDITOR activity

Learn about the activity used to apply a scheduler to the pipeline

About: SCHEDULER Activity

Learn about the activity used to convert a JSON document into an XML document

JSONTOXMLTRANSLATOR activity

Learn about the activity used to convert an XML document into a JSON document

XMLTOJSONTRANSLATOR activity

Learn about the activity used to clean an XML document of empty nodes/blocks that are not mandatory

XMLMINIFIER activity

Learn about the activity used to wait for an external HTTP request to continue the pipeline

ASYNCWEBSERVICE activity

Learn about the activity used to run AL objects (code units, reports)

RUNOBJECT activity

Learn about the activity used to set the text encoding on the incoming message

SETENCODING activity

Learn about the activity used to validate XML schemas

XML Schema Validator activity