How do I filter contacts in the list page by the Active status field in the related System Administration Object?
I am trying to create a folder in the Contacts Freedom UI List Page that only contains Contact records that are currently active. I know there is a field in the System Administration Object that is an Active status field (shown in the Users list page). I am trying to access this field; however, it is not showing up in the dropdown list of columns in the filter builder popup page. Any help would be great. I attached an image showing the columns currently visible to me for that System Admin Object.
Like
It would look like this (I typically also add Type=4 for users (although that’s a little redundant) and you could also add Connection Type = 1 to get employee users (not external/portal users) and also filter out the system accounts.
Basically, from your screenshot, click "Quantity". Then set count > 0 (or click count to change to exists), then add the sub-conditions under that.
Ryan
It would look like this (I typically also add Type=4 for users (although that’s a little redundant) and you could also add Connection Type = 1 to get employee users (not external/portal users) and also filter out the system accounts.
Basically, from your screenshot, click "Quantity". Then set count > 0 (or click count to change to exists), then add the sub-conditions under that.
Ryan
Ryan Farley,
Thank you Ryan for your time and help! This solution worked for me.