This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Define search criteria for employee assignment

Hi, I have created a search mapping criteria like AdsAccount.EmployeeNumber -> Person.PreviousPersonnelNumber. Where PreviousPersonnelNumber is custom column which is multivalue column. The above matching search criteria getting failed cause it is not compare the value multivalue column. So can you suggest me what need to make changes for comparing? Thanks in advance Regards, Raj
Parents
  • First of all, the script that executes the mapping during a sync is called VI_PersonAuto_ADS in your case. The script is marked as being overridable, means you just have to copy the script. It will be marked as overrides for VI_PersonAuto_ADS. You can use the Designer for that.

    Then you have to adopt the script and provide your own custom mapping code that avoids the use of the graphical mapping search criteria as it does not support your use-case. 

     

    Hth

     

     

Reply
  • First of all, the script that executes the mapping during a sync is called VI_PersonAuto_ADS in your case. The script is marked as being overridable, means you just have to copy the script. It will be marked as overrides for VI_PersonAuto_ADS. You can use the Designer for that.

    Then you have to adopt the script and provide your own custom mapping code that avoids the use of the graphical mapping search criteria as it does not support your use-case. 

     

    Hth

     

     

Children
No Data