Skip to main content
Skip table of contents

Data Tracking



·         Business data tracking.
When a document type has been defined, and xml schema for a CDM format has been designed, it is possible to select fields from the CDM definition that should be tracked. This means that data from selected xml nodes will be stored in the database, and can be used to search for documents. The fields are specified by using XPath statements. There is a guide on how to do this later in the document.


·         Document status tracking.
During the processing of a document in BizTalk / EDI Portal, the document will be marked with a sequence of statuses. This gives transparency to the users, because they are able to monitor the status of the documents going in and out.


User guide

Please describe in details what the user can see, and what happens when using the interface.


Developer guide

C# Hello World example. Click "Expand source" to the right to see code.

C#
// Example block with theme RDDark, and C# as syntax
// A Hello World! program in C#.
using System;
namespace HelloWorld
{
    class Hello 
    {
        static void Main() 
        {
            Console.WriteLine("Hello World!");

            // Keep the console window open in debug mode.
            Console.WriteLine("Press any key to exit.");
            Console.ReadKey();
        }
    }
}



The data model in EDI Portals support tracking of business data as well as it supports the tracking of different statuses the document might be in.

Content on this page:

Related articles:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.