The problem I'm having is when I use webtools to export the data I get
a SQL error because the entity engine adds the following ofbiz columns
to the SQL query:

LAST_UPDATED_STAMP,
LAST_UPDATED_TX_STAMP,
CREATED_STAMP,
CREATED_TX_STAMP


Since the table is not an ofbiz entity the columns do not exist and
the generated query will fail.  Is there a way to specify in the
entity model to only use those columns that are explicitly defined in
the definition file?

Reply via email to