Using document providers

To use a document provider and add documents to Document Output Management you must write some Infor LN code. The code is probably written in the document provider library.

This library completes these steps:

  1. Ensure that the provider fields are specified with data. Provider fields are either table fields or external program variables.
  2. Call the dom.add.external.document method of bic_dom to add a document.

    For each call one batch with one document in it is created.

    For the syntax of dom.add.external.document, see Document provider.