Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
We have a customer user data enrichment routine using a business adapter. Since we have begun to reuse AD user names I need to update our matching rules to look for only Users and Managers in the Active status.
For the example below I am trying to adjust the Matching rule to include both 'Account Name = [ADAccountName]' and 'User Status = 'Active'.
After making the change the record is rejected. I have tried mulitple variants as well, Active, "Active", 1.
Could someone shed some light I what I can do to match only on active records?
Feb 11, 2021 12:23 PM
Hi,
I have tested this using FNMS 2020 R2, and using the field value 'Active' for comparison - without the single quotes (') around the field value - worked well.
Options supported for the user 'Status' property can be found in the 'DefaultValue' column in the [ComplianceUserStatusI18N] table in the [FNMSCompliance] database.
Feb 11, 2021 02:13 PM
Hi,
I have tested this using FNMS 2020 R2, and using the field value 'Active' for comparison - without the single quotes (') around the field value - worked well.
Options supported for the user 'Status' property can be found in the 'DefaultValue' column in the [ComplianceUserStatusI18N] table in the [FNMSCompliance] database.
Feb 11, 2021 02:13 PM
Feb 12, 2021 08:45 PM