Hi Team, In my Loan application, I need to fetch customer details from table using view in constellation?
@Satya K
Create a new landing page with list type for the web portal in app studio and refer Datapage which fetches data from table and add the columns to be displayed, filters, sorting and promoted actions if needed. Refer this landing page under Navigation of the web portal.
Hi @Satya K,
If we want to fetch customer details using key from the table you can use Data reference so that you can get dropdown values. But if you want data by using the Customer ID as input you need to refer or copy data page. Add a data transform to the data page to copy data from the table. But if we want to display in a portal create a new landing page with list type in app studio and refer Data page which fetches data from table and add the columns to be displayed .
@SreeKeerthiR5951 Thank you, It helped me.