How to get data from D_Page to a Picklist choices?

How to get data from D_Page to a Picklist choices?

@SatyaAmaniK17178753

I’m guessing your picklist is sourced from the data table. You can run a report definition on the class of the data table. That report you can source from a list type data page, where the data will be be visible in D_Page.pxResults.

@SatyaAmaniK17178753

If you open up the section rule where your picklist is added (I am assuming it to be either an autocomplete or dropdown) you can open up the control and under the general tab under the sources option choose data page.

At this point the data pages of structure list will be populated in the list of data pages. Select the desired data page and map the properties for Values and Display values. This will source your control from a data page.

Since these controls tends to show a list of data hence the data page should be of list structure.

@SatyaAmaniK17178753 – Add dropdown in the section as below.

Hi @SatyaAmaniK17178753

You can give a data page as a source for the property Give list structure data page and give the identifier field and display field as country name(you can give any column in the data type)

For example create Country Data type and there are list of countries in Records tab

For Testing Create the case and it shows the list of countries.