We have the AD import tool running nightly and bringing in new employees into our kentico site and also updating any imported fields that might have changes.
Unfortunately there are a few fields and tasks that the AD import can’t do on its own, so I’m trying to target the event that fires during the AD import and add my additional code for the fields and the tasks.I’ve tried targeting ‘ImportExportEvents.ImportObject.After’ and also ‘UserInfo.TYPEINFO.Events.Insert.After’ but unfortunately they don’t seem to work. I took a look through the reference document for all global events but can’t seem to find one that is specifically used for the ad import.Is there an event that fires during the AD import and if there is, how can I target it?Thanks!
↧