Error at navigation page

0
getting error at nevigation menu as below,  
asked
2 answers
1

Hi Vaibhav,

your page “MyPage”  is expecting a page-parameter of type “Student”. This can’t given by the navigation menu, because it’s missing the context. You can call a microflow from the navigation menu, retrieve or create the “Student” object you want to show and call your page with that object.

answered
0

Hi Vaibhav Sambhushete,

You have set a page that expects an object to be passed to it (a page with a data view and a context data source) as a menu item. Pass an object to the page by changing the on click property of the menu item from show a page to Create object.

Hope it helps!!!

 

 

answered