48

Quite often current data entities don’t contain all fields from the base table (for example LedgerJournalTrans table contains 200 fields, but data entity LedgerJournalLineEntity contains only 40 fields)


And that can cause a problem, because very often client wants to use some fields that are not exists in data entity and this is not possible without development.


Can you change this behaviour – by default add all fields from the base table into the data entity

Category: Data Management
STATUS DETAILS
Under Review