You need to sign in to do that
Don't have an account?

Im not able to display records in visualforce page from custom metadatatype.
1.create custom metadata type
2.In manage drmi pilot agg, querys I make one sql query to fetch record.
3.In apex class i fetch records from custom metadata type
4.Create a visualforce page
but when i click preview button its not showing any record
please anyone help me on this .....thanks in advance
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