Object association - global object

0
Dear Mendix community, I’m creating within my App an specific Object I need lateron because of an association, since I’m adding another ofject of a different entity that is associatec 1:n to the previsously created object. However, there is no possibility of saving objects in Mendix globally– is there a solution for this problem?    Best regards, Adam
asked
1 answers
0

Hi Adam,

 

Depends on your use case. You can store something in a “Constant”, mainly used for things like variables that are static but can vary between environments (think of the endpoint URI of a consumed web service, catch all emails Y/N etc.)

Other stuff can be stored in the database and retrieved in Microflows.

 

With kind regards,

Stephan

 

 

answered