Replicated reference fields are blank when using instance data replication (IDR)Issue You may notice that fields on replicated records can be blank on the consumer instance side after replication. For example: You may be replicating all the fields from the sys_user table and see that the department field is blank on the consumer instance side but populated on the source instance side.CauseThis is by design, reference fields only contain sys_id's from the referenced table. If the platform is unable to locate that sys_id in the reference table, then the field appears blank. ResolutionMake sure that you are including records from related tables in your producer replication sets. Example: User replication set is missing the users department. Reviewing the dictionary record for department on the user table shows that it is a reference field to the cmn_department table.Navigate to Instance Data Replication -> Producer Replication SetsSelect my current user replication setGo to related lists and select the list 'Replication Entries'Create a new entry for my missing reference table. In this example: cmn_departmentThe system warns me about creating a new replication set as it will pause the replication until we sync the new configuration.Confirm the new settings and let the instance create the replication entry.All steps below take place on the consumer side.On the consumer instance, navigate to Instance Data Replication -> Consumer Replication SetsSelect the replication set you modified in step 5.Under 'Related Links' select "Synchronize Replication Configuration" (Wait for this to finish)The page should refresh and you will see your replication set under the 'Consumer Replication Entries' related list.Select the check box next to the new entry or entries and select "Activate with Seeding" or "Activate with Seeding (Include History)"Your instances should seed the new set and once that is complete, you should see the reference record show up.