Integrate Teamcenter - Leaning Path - CE1571 - object from form is not available in subsequent microflow

0
Hello Community Members,   I am trying to follow the steps from the learning path - ' Integrate Teamcenter Into Your App'. I am getting the following error    Type: Error Code: CE1571 Message: No argument has been selected for parameter 'ItemRevisionSearchCriteria' and no default is available. Please select an argument manually. Element: Property 'Data source microflow' of list view 'listView1' Document: Page 'ItemRevisionSearchResults'MyFirstModule     Details: Page parameter is already set   the parameter should be travelling from home page - Home_Web I have configured DS_CreateObject as data source for the dataview on Home_Web page     It is also visible from the settings of search button.     Kindly suggest a way to move forward?  
asked
2 answers
0

Hi Saurabh,


I can see that the page is expecting an object of type ItemRevisionSearchCriteria. So I would recommend you to create an object of same enity and try to pass it to the page as page parameter. I hope this will resolve the issue.


Regards,

Sathish Kumar

answered
0

Hi Saurabh,

I also faced the same issue earlier.

I resolved it by deleting/undoing the page parameter selection and data view. After that, selecting the page parameter and data view again. Sometimes Mendix does not bind the parameter correctly, which can cause this error.

Could you please try this once and let me know if it works for you?

answered