Hello All,
I would like to know what is the best practice while creating view CDT's? do we need to specify column length while creating view cdt's?
Observed column length in view cdt is different from actual table column length, in this scenario view still exists upon publishing view cdt.
Discussion posts and replies are publicly visible
In addition, the only time I use columnDefinition in view CDTs is within the IDENTITY column. On some occasions we will have to annotate with @Column(name="xyz"), but typically only when the column name is longer than 27 characters, and if I can recall I believe in some situations with underscores in column names.