ERROR:Microflow Show page function

0
Hi all, I’m struggling with this error written as below. “The selected page 'GetInventory_NewEdit' expects an object of type 'GetInventory', which is not compatible with the object of type 'GetInventory' that is available here.” how can I solve this error?Please help with this problem. Thank you,    
asked
2 answers
2

Things that come to my mind:

  1. In the 'Show Page’ activity, do you pass along the GetInventory object to the page?
  2. Do you perhaps have multiple modules in your project, where an object with the name GetInventory exists in different modules? This might mean that the page expects ModuleA.GetInventory, while you pass along the ModuleB.GetInventory. While that seems okay in the modeler at first due to them having identical names, it is in fact a different object and that could lead to your error.

 

Hope that helps,

Thomas

answered
0

Thomas,

Thank you for your information!

I can be set the data!

Chihiro

answered