Check the following config parameter in order to update persons from the ADSAccount-Object:
TargetSystem\ADS\PersonUpdate
Then you have to overwrite the script ADS_PersonUpdate_ADSAccount and add the following lines at the appropriate place:
'custom extension:
VID_PutValueSafe(Person, "CustomProperty01", Account.GetValue("ExtensionAttribute1").String)
VID_PutValueSafe(Person, "CustomProperty02", Account.GetValue("ExtensionAttribute2").String)
VID_PutValueSafe(Person, "CustomProperty03", Account.GetValue("ExtensionAttribute3").String)
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center