Solved
Display data from database view into interface
Hi Team,
How do we display the database view data in the interface. What all related components do we need to create, like to retrieve data from table we create datatype and expression rule etc?
Hi Team,
How do we display the database view data in the interface. What all related components do we need to create, like to retrieve data from table we create datatype and expression rule etc?
Every CDT-mapped table/view has to have a primary key column or a unique column that can be treated as a primary key column. You need to alter the view definition to include a new incremental int column that you'll treat as a PK column.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.