The Publisher
for Dynamics NAV publishes new and changed data to the ScribeIn
message queue as XML messages. These messages can be used as source data
for Insight integration processes or forwarded to other non-Insight processes. The Publisher for Dynamics NAV is installed as part of the
adapter installation.
Configure a publisher for each Dynamics NAV company instance
from which you wish to retrieve data. Once configured to support the integration,
the publisher runs behind the scenes, unnoticed; no configuration is necessary
unless you change your integration system architecture.
Before you create the Publisher — You import the Common<XXX>.fob, which creates the ScribePublisherSettings table, and you modify the installed code units to update this table and communicate with the Publisher.
When you create the Publisher — In the TIBCO Scribe® InsightConsole, you create a Publisher, which writes to the ScribePublisherSettings table all entities, operations (such as insert, update, and delete), and any filter values you define. Then, when an operation defined for your Publisher changes a record, that record is updated in the ScribePublisherSettings table.
When the Publisher runs — The NAV Publisher regularly polls the ScribePublisherSettings table for record changes and, when changes are found, filters those changes against the filter values you defined, retrieves changed records that match that filter, and writes those changes as XML messages to the PubIn queue. Then, the Publisher sends those messages from the PubIn queue to the ScribeIn queue.