Analyze tracer

Prev Next

When you run a message for testing purposes, you can use a tracer to register what the message does when it is run. When the message has run using the tracer, you can review the registered actions in the tracer. Usually, you use this to find issues in the message run.

Steps

  1. Click Connectivity studio - Integration Design.

  2. In the list, find and select the desired record.

  3. Click Tracer.

  4. For each mapped source record, a node is created in the tree.

    Use the tree to navigate to the desired record.

    In the tree, select the source record that you want to review.

  5. The action list shows, for each processed record, the actions that are done during the message run.

    In the action list, find and select the desired action.

  6. If you have selected a Map field action, the Mapping section shows the applicable field.

    Expand the Mapping section.

  7. The Source record section shows the values of the source record fields.

    In case of an:

    • Export, all fields of the source record table in D365 F&SCM are shown.

    • Import, all fields are shown, that are defined for the applicable record in the source document.

    Expand the Source record section.

    Note

    In case of an export message, you can show or hide the system fields of the source record table.

  8. The Target record section shows the values of the target record fields.

    In case of an:

    • Import, all fields of the target record table in D365 F&SCM are shown.

    • Export, all fields are shown, that are defined for the applicable record in the target document.

    Expand the Target record section.

    Note

    In case of an import message, you can show or hide the system fields of the target record table.

  9. In case of an import message, the Effected by section shows the fields.

    Expand the Effected by section.

  10. Close the page.