How to takje attrubtenames from the MxModelReflection

0
I had tried to set MxObjectMember as the entity for my list but now all attributes are displayed. Is there a way to only display the Attributes in certain entities? Also I want to use these attributes as the parameter for filtering, is enumeration the only way to put these in? If yes, then is there a way to save the attributes as enum automatically, like using microflow?
asked
1 answers
0

Hello,

You could take a look at MXObjects_Overview and see how filtering is done there. The Entity is stored in MxObjectType. If you want to filter based on entities you will have to use the association from MxObjectMember.

answered