Organizational chart does not display dot-walked fieldsDescriptionDot-walked fields defined in the Org Chart Configuration record (sn_cd_config_org_chart) are not displayed on the 'Organization Chart (CD)' widgetSteps to Reproduce 1. Impersonate any user with the location field populated, i.e. Abel Tuter2. Navigate to the Org Chart on the ESC portal:/esc?id=my_org_chart3. Confirm that the location is displayed on the 'Organization Chart (CD)' widget4. As Admin, open the OOB 'sys_user' Org Chart Configuration record:/sn_cd_config_org_chart.do?sys_id=4bf5e9f1b3230300f5302ddc16a8dc855. Edit the Configuration values and replace 'Location' with 'Location.City' (dot walk to the City field on cmn_location).6. As Abel, navigate to the Org Chart on the ESC portal againExpected behaviour:Location.City should be displayedActual Behaviour:Location.City is not displayedWorkaroundEdit the Widget "Organization Chart (CD)"/sp_widget.do?sys_id=143a7ce5b3630300f5302ddc16a8dceaand replace line 241 in the Server Script sectionFrom:var ge = gr.isValidField(fieldName) ? gr.getElement(fieldName) : null;To:var ge = gr.getElement(fieldName);Related Problem: PRB1449979