Adding a column that is a function via update set does not create sys_dictionary or sys_documentation records on child tablesDescriptionAdding a column that is a function via update set does not create sys_dictionary or sys_documentation records on child tables.Steps to Reproduce 1. Create a new local update set on source instance and make it the current update set.2. Add a new column to the "cmdb" table -> check the function field -> add function: glidefunction:concat(sys_id).Notice the sys_dictionary/sys_documentation records are added to all child tables of "cmdb" on the source instance.4. Bring the update set over to the target instance and preview -> commit update set.Notice only the sys_dictionary / sys_documentation record is created on the "cmdb" table, no child tables have these records created.WorkaroundThis problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form. If a workaround is needed, contact SN Technical Support to create a workaround change request on the affected instance.Related Problem: PRB1502048