Model-based

The Model-based Generator is the easiest generator to configure. You simply specify the Custom Model Name for the model to be fetched, and the framework will do the rest.

images/download/attachments/144836068/model_based_generator-version-1-modificationdate-1645137013000-api-v2.png

Optionally, one may provide an additional SQL where clause to further filter the results in some way (for example, perhaps one interface is intended to download order data only for a specific enterprise).

The primary constraints on Model-based outbound generation are:

  • All fields must come from a single model (multiple levels from a single model is OK)

  • It cannot join to other models for retrieval purposes (although it can join for filtering purposes)