IIF function related to FIM\MIM portal sync rule

Srinwantu Ghosh 6 Reputation points
2022-04-26T12:18:05.053+00:00

All, Could you please help me out here?
I am trying to build a custom attribute in FIM portal as Human Account or Not (Boolean) via reading AD attribute EmployeeType (String).
I am using the below syntax, and it is not working.

IIF(IsPresent(employeeType),IIF(Eq(UpperCase(employeeType),"Account"),"true","false"),"false")
I know 'IIF(Eq(UpperCase(employeeType)' section is not right.

My aim here, if EmployeeType matches the below values, it should set false. Other General Employee, Contractor, Full-Time Employee will set True.
Service Account
Shared Account
Test Account
Admin Account

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
617 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Srinwantu Ghosh 6 Reputation points
    2022-04-28T10:17:13.447+00:00

    All, I have figured it out. Maybe I was too lazy or distracted. I am closing my question.

    0 comments No comments