Workspace does not load correct record page variant for referenced recordIssue When opening a referenced record from an Agenda Item in Workspace, the URL structure always uses "task" instead of the actual table name, leading to an incorrect UI experience. This prevents UI Builder from selecting the correct Record Page variant, causing the wrong Record Page variant to load.ReleaseAllCauseBecause a property named routeParentTables is missing for that workspace.Resolution1. Create an UX page property named "routeParentTables" by going to the sys_ux_page_registry record of the workspace.2. Add the parent table in the above given property's value to open the record with their child table name in the URL for the workspace.