In have a scenario, I need clarifications on:
The project has been configured and deployed with the following golden entity and instance entity details:
GOLDEN ENTITY
employee_name, string
INSTANCE ENTITY
employee_name, string.
The golden entity is related to the instance entity.
After deploying, I need to change the GOLDEN entity column - employee_name(String) to staff_name(string) in the ONE Desktop configuration as well as the GUI label. But I dont want to change the instance entity column name. This should be such that the updated staff_name attribute shows the value of employee_name from instance entity record when a golden record is matched. I am not using this attribute to determine a match.
Can someone please confirm if this is possible?