How to select internal manager only?

Hi,

I have to configure a template that allows me to select just an internal manager when I'm creating an user through One Identity Manager, so an user's manager cannot be external. This is the template I wrote but it still allows me to insert an external manager.

If ($IdentityType$ = "Admin") AndAlso ($UID_Pe?rsonMasterIdentity$ <> "") AndAlso (Not($FK(UID_PersonMasterIdentity).FK(UID_PersonHead).IsExternal:Bool$)) Then
Value = $FK(UID_PersonMasterIdentity).FK(UID_PersonHead).UID_Person$
End If

What am I doing wrong?

Thank you,
Elena

Parents
  • Hi Elena,

    Where are you placing the template?  Is this a column template?  That will normally only affect the value once it's been selected.

    If you're using a drop down, or the default selection, then you need to define the criteria accordingly.

    Are you using the Empluyee data sheet in Manager to make the change?

    Trevor

Reply
  • Hi Elena,

    Where are you placing the template?  Is this a column template?  That will normally only affect the value once it's been selected.

    If you're using a drop down, or the default selection, then you need to define the criteria accordingly.

    Are you using the Empluyee data sheet in Manager to make the change?

    Trevor

Children