Skip to main content

DB views in Alias

If you have a DB View in the alias, the following must be done:

  • set the property primaryKey for a column of the view to true

  • select this primaryKey for the property idColumn of the view

Example

Insert audit properties before <entityFields>.

    <auditSyncConfig>
<name>auditSyncConfig</name>
<auditMode v="0" />
<syncActive v="false" />
<syncComplete v="true" />
<syncDirection v="1" />
<syncIds></syncIds>
</auditSyncConfig>