FInding Empty Vlaued Attributes from entity

0
I wan to fin objects with empty values from a entity or datgrid attribute with empty value. lest say i have 10 different attributes,  A, B, C,….. and so which represent differnt items, I want to extratct and show a message showing list of empty  atttibues.. I down want to use exclusive split on each attribute one by one I need some thing loop ...Anyone have some clue? 
asked
1 answers
0

You can use the MX Model Reflection module. It stores your entities and attributes as values in your database. You might be able to get the MxObjectType of the entity you are doing this for, and then loop over the related MxObjectMembers (attributes). I’m not sure how this could work exactly, but you should take a look.

 

EDIT: Here is the link to the module https://appstore.home.mendix.com/link/app/69/ 

answered