Hi All,
I have created custom column in ADSAccount Table as xxx_EmployeeType, and updated AD Schema map for Employee Type as xxx_EmployeeType --> EmployeeType.
<Data Name="XXX_EmployeeType" NSColumn="EmployeeType" UpdatableNS="True" DBColumn="XXX_EmployeeType" UpdatableDB="True" IsFK="False" ParamsColumn="XXX_EmployeeType" IsMVP="False" />
And Updated ADS_ADSAccount_Insert and ADS_ADSAccount_Update process as :
Update ADS-Properties --> xxx_EmployeeType --> Value=$xxx_EmployeeType$
Then created / Updated a user, Job Queue Info shows all ADSAttributes, which were passing to AD, as well as system showing xxx_EmployeeType attribute and value. But AD doesn't get updated with passed xxx_EmployeeType value.
I have other custom attribute in ADSAccount table as xxx_EmployeeStatus and mapping to custom attribute in AD.abcEmployeeStatus, i have provided same mapping and added in both processes. System able to send xxx_EmployeeStatus attribute to AD. But not xxx_EmployeeType.
Is there anything am I missing?
I am using Q1IM 6.1 version.
thanks