To send data from a source company to a staging journal, you need two connectors, two documents, and a message. 

To set up these components for MDM studio, some specific setup is required:

Component Description
Source connector

Use a source connector of type 'D365 FO'.

Target connector

Use a target connector of type 'Staging journal'. Make sure the 'BisConnectorStagingJournal' handler class is used.

Source document

The required setup for a source document is:

  • Document type: D365 FO
  • Handler: BisMdmDocumentAxDatabase
Target document

The required additional setup for the target document is:

  • On the document header:
    • Document type: 'Staging'
    • Journal type: Enter the name of the staging journal.
    • Number sequence: Select the number sequence for the staging journal.
    • Journal table: Select 'BisStagingBufferOrderJournal'. Usually, this journal table is used.
  • On the document lines:
    • For each record, in the Record table field, enter 'BisStagingBufferTable'.
Message

The required setup for a 'Data to staging' message is:

  • On the message header, in the 'Update source status' section:
    • Status field: MessageStatus
    • Processed status: Processed
    • Error status: Error
  • On the message header, in the 'Custom' section:
    • Handler: BisMdmMessageRunDirectV2 

For more information on setting up connectors, documents, and messages, refer to Connectivity studio.


Related to Notes

Set up MDM messages manually

 

Provide feedback