How to access to the attributes Blocked and Active of system.user

0
Hello, I am doing the learning  paths -’Create an App with Advanced Page Building’,but I was blocked in this step that  ‘The two Switch widgets are for the Blocked and Active attributes of the User entity’. Because I can not access the attributes of  'Blocked' and 'Active '  and assign them to widges. Could you do me a favor?   Thansks & Best regards, Masion.
asked
1 answers
0

You can access these attribute from the Administration.Account entity which is generalization of System.User. These attributes are defined in System.User
This is a Account object’s attributes in a data view. In your case you will probably access them from the TeamMember_Account association

Also make sure security settings are correct if you applied entity access rules. 

answered