Hi all,
I need to update, during business rules, a custom Attribute with the last 5 characters from an other custom Attribute.
EX:
employeeNumber = 0123456789
adm-CustomAttributeText13= empty
UPDATED
employeeNumber = 0123456789
adm-CustomAttributeText13= 56789
I tried with adaxes powershell script but I received an error in substring function, can you help me?
Thanks in advance