Create MendixObject using My MendixIdentifier

0
Hi All,   Lets say I have Mendix identifier something like (76653882726373) and I want to create new Object using that Mendix Identifier. How to achieve this.   In Short, Mendix Object creation based on input of MendixIdentifier.   Requirement : I want to create same object in another app using same identifier..   Thanks, Amol Salunke, 
asked
2 answers
1

Other than it not being possible to manually generate GUIDs in Mendix (and for good reason, I think), you should not need it. You can generate a unique ID yourself for use in both apps. 

answered
0

If you are trying to create an association between entities in two distinct apps you may be better looking at using External Entities via the Mendix DataHub instead.

https://docs.mendix.com/refguide/external-entities/
 

answered