ADSAccount to Person fields

Sirs

When I do a import from AD to IDM via sync connector, i select search and create, the AD account information can be created under ADSAccount table and it also create the corresponding record in Person table. But how can i let the AD account attributes value imported to Person record field such as employeeid? From where at IDM i can control which attributes from ADSaccount can be updated to Person record.

Thanks

Gary

Parents
  • Hi Gary,

    The attributes mapped/copied from ADSAccount to Person can be found in the overridable script ADS_PersonAuto_Mapping_ADSAccount.

    HTH, Barry.

  • Dear Barry

    I tried to edit the script ADS_PersonAuto_Mapping_ADSAccount from designer but it is not editable and I have checked the script is not locked, any idea why?

    Thaks
    Gary

  • Hi Gary,

    The script is 'Overridable' so you have to make a copy of the script and externally give it a new name (starting CCC typically) and change it from 'Overridable' to 'Overrides'.

    Then you can edit your new script.  Anywhere the old script is called from will now call your version that 'Overrides' the standard.

    HTH, Barry.

  • Dear Barry

    sorry to ask again, i have just tried to follow what you have advised. 

    1) locate the script ADS_PersonUpdate_ADSAccount under overridable scripts node from Designer/Script Library

    2) open ADS_PersonUpdate_ADSAccount script , then click copy script ADS_PersonUpdate_ADSAccount under task panel.

    3) rename ADS_PersonUpdate_ADSAccount1 to CCC_ADS_PersonUpdate_ADSAccount

    4) CCC_ADS_PersonUpdate_ADSAccount is showing under Overriddenscripts node

    if I close designer and logon back, it says "System processing has stopped because the database assemblies are invalid. The system must be recompiled to solve this. Than i recompile the database, the screen is spinning forever. Any clue of this?

    Thanks
    Gary

  • I got this error

    Designer 

    1

    [System.NullReferenceException] Object reference not set to an instance of an object. at system.Windows.Forms.NativeWindow.Callback[IntPtr,wparam,IntPtr lparam) at System.Windows.Forms.ComboBox.WndProc(Message& m)

Reply Children
No Data