non persitent entity

0
Hi guys, fairly new in Mendix... Iam tring to retrieive object on a non persistent entity but I try to select it, it does not appear in the list, only persistent objects are available the list. Any ideas ? THanks
asked
2 answers
3

Non-persistent entities won't be saved in the database, therefore they cannot be retrieved via a database or xpath (which also retrieves from the database) retrieve in a microflow. Non-persistent entities are saved in cache

https://docs.mendix.com/refguide5/transient-objects-garbage-collecting
You can find some more background info on non-persistent objects here

answered
0

Desiree's answer is correct, see for more documentation: https://docs.mendix.com/refguide/persistability

answered