A typical example of the convenience of using a master data query is when your process will classify documents to many different document types (or document classes), most of them with the same fields to interpret (or only a few different sets of fields). In such cases it is inconvenient to create one document specification for each document type.
Do this instead:
Create one document specification containing the fields to be interpreted.
Create a database with a single column table containing the names of all the different document types.
Create a database connection and query using
To define which fields to interpret on those document types, use the
button to map them to the document specification that you created.Customizing the connections between an imported solution and XBOUND document types