Hello,
Is there any way to automatically assign Domains based on country through the SF user connector?
I have tried copying the country value to the DMN_ID along with a transformation rule but it didn't work. All this did was create new domains with the country value, and assigning them to employees.
This is what I tried to do:
fuser.field.mapping.data.CNTRY=COUNTRY
sfuser.field.mapping.data.DMN_ID=
sfuser.connector.copy.field.mappings=DMN_ID=CNTRY
sfuser.field.transform.data.DMN_ID.CHE=EMEA Population
Thank you for the help.