I'm modifying buttons that are within a data grid 1 and they are one of the control bars. When I try to modify it, this is what I get: 11CE1568The selected page 'TeamMembers_NewEdit' expects an object of type 'Resource', which is not available here.Property 'On click' of action button "Edit"Page 'TeamMembers_Overview'GanttQuickStart 12CE1568The selected page 'TeamMembers_NewEdit' expects an object of type 'Resource', which is not available here.Property 'Page' of create button "New"Page 'TeamMembers_Overview'GanttQuickStart The Resource object, for reference, is a seperate page with a similar task. The object should be "TeamMembers" here. I've looked into previous forums and documentation, and they have suggested creating an object, and I still get the same issues. Here are some screenshots: Thanks in advance!
asked
Ahmad Jamous
2 answers
0
Hi Ahmad
The Page is expecting Resource object but you are providing Team members object. Are you sure you are sending the right object to the page. On the page,e if you have unnecessary parameters on the page you can remove the parameters if you don't require it
answered
Sathipathi Sunil
0
Hi ,
In this page , TeamMembers_NewEdit , you need to update your dataview datasource entityto TeamMembers .
The page parameter and object which you are trying to pass needs to be of same entity.