Michele,
This page requires a TcBOMHelper object to be passed in order to open. When you call this page from navigation, Mendix needs to know what object to pass to the page. Since there is not likely to be an object available when you open this page from navigation, here is what I would do:
That should eliminate your error and enable you to open this page from Navigation.
Hope that helps,
Mike
P.S. if you have any additional information or questions about this issue, post a comment here.
Hi Mike,
Thanks. Your solution and the workaround I tried yesterday (calling the page from a microflow) both removed the CE1571 error.
But they also both ended up in the same run time 404 error:
I'm not sure whether the file is missing from the Marketplace download, but I suppose that's a separate issue to look into.
Thanks again for your help. I really appreciate it.