Teamcenter Mendix Error

0
Hello everyone, I am new to mendix , currently building a page to retrive item revisions from TC to mendixbut I am getting error (screenshot attached )I have added a parameter on Item_revisionserach_result_page , on that parameter i am facing below error,Error: No argument has been selected for parameter 'ItemRevisionSearchCritaria' and no default is available , Please select argument manuallyalthough i have given '' as default valueFor above creation pf page , I am following Integrate 'Teamcenter Into Your App' module in Mendix Academy , The ItemserachCritaria was created while making ACT_SHowResult microflow , on academy also they did not mention how to create that paramater properly (Screenshot attached)
asked
1 answers
0

The page parameter should not be specified as an optional string

Instead it is an object of type ItemRevisionSearchCriteria

The microflow which opens the page should pass an object of this type to the page - this is the error you are seeing

answered