We have 2 tables in One Identity namager: Person and Locality. We want that Person table etrieve "City", "Room", "Phone" fields from Locality table (from which locality the person belongs). Any idea how to do this?
You can extend the Locality table with the 3 columns, then add a template on Person.City, Person.Room and Person.Phone to pull the data from the UID_Locality.
You can extend the Locality table with the 3 columns, then add a template on Person.City, Person.Room and Person.Phone to pull the data from the UID_Locality.