IDM connectors
2023
iManager Connector export
This page will guide you through how to export Connector code using NetIQ iManager.
Configuring Trace Level
Use the steps detailed below to configure the Trace level settings on a Connector
2022
DirXML Query Processor
If you forget the syntax for srcQueryProcessor and destQueryProcessor, then this article can refresh your memory.
2021
Migrate using DXCMD
Use the dxcmd command line tool to start a migration process in an IDM connector.
Rewrite Veto
A better, and dynamic, way to handle ‘Veto If Operation Attribute Not Available’ within the context of an IDM connector.
Read the IDM filter as XML
Read the filter, parse the resulting XML, and use the data for decision points in your IDM connector logic.
Query Mapping Table
Query a mapping table using XPATH instead of the built-in DirXML script verb.
Implementing a Service Driver
A Service Driver can be used to handle the lifecyle of a User.
Calling PowerShell
This article describes two ways in which one can call PowerShell directly from within an IDM Connector.
Add nodes to XML document
A JavaScript / ECMAScript function to add nodes to an XML string.