Calling a Deeplink from a second project passing object-IDs

0
Hallo, I followed the Deeplink Documentation creating the deeplink in one project, to call an Edit-page for a specific object, when passing the object ID. Now I want to open this page, passing the object ID using a MF from a second project. At the moment I do this by calling a JavaAction that receives the object ID and then opens the specific link. Is there an easier Mendix or Deeplink way to open the page? Thank you in advance, Maxi
asked
1 answers
0

Maybe you can use the page propertie url? See https://docs.mendix.com/refguide/page-properties

Therefore you dont need the deeplink module but you can still open a page with a specific object id (which is the page parameter object)

answered