function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
practice projectpractice project 

Im not able to display records in visualforce page from custom metadatatype.

1.create custom metadata type
and also created one field2.In manage drmi pilot agg, querys I make one sql query to fetch record.
fetch record from custom object3.In apex class i fetch records from custom metadata typeUser-added image4.Create a visualforce page User-added imagebut when i click preview button its not showing any recordUser-added imageplease anyone help me on this  .....thanks in advance
E Jayaraman IyerE Jayaraman Iyer
Hi,
Please set the variable that you used in the get; set; . Right now, you are creating a new variable inside the constructor and populating the query results into it rather than the one which is included in the view state.

Thanks