[CSDM Data Sync] CSDM Data Sync scheduled job does not workDescriptionThe Support Group and Assignment Group is not synced when the Managed By Group is not populated.Steps to Reproduce 1. Create a TSO, a cmdb group and a DCG, and populate the DCG with that cmdb group. Make sure DCG has Service Classification=Technical Service2. Change Support group on the TSO to some value3. Create Contains::Contained By relationship between TSO and DCG4. Run 'CSDM Data Sync' scheduled job5. This should sync the support group from TSO to CIs of DCG but it does not work.Workaround1. /nav_to.do?uri=sysevent_script_action.do?sys_id=54edf01b7302101061b79c0c6df6a739 2. Remove `|| JSON.stringify(Object.keys(oldValues).sort()) != JSON.stringify(Object.keys(newValues).sort())` from line 7: New: if (JSUtil.nil(oldValues) || JSUtil.nil(newValues) || Object.keys(oldValues).length == 0 || Object.keys(newValues).length == 0) Old: if (JSUtil.nil(oldValues) || JSUtil.nil(newValues) || Object.keys(oldValues).length == 0 || Object.keys(newValues).length == 0 || JSON.stringify(Object.keys(oldValues).sort()) != JSON.stringify(Object.keys(newValues).sort())) Related Problem: PRB1650669