When compiling in 2018.1.2 using **$system.OBJ.CompileAllNamespaces()** I am seeing the following errors on some of our Record Maps. ERROR #5496: Inverse property, 'osuwmc.RQIRecordOut.Record:%ParentBatch', is not defined, 'RQIRecordOut.Record:Records'
ERROR #5496: Inverse property, 'osuwmc.RQIRecordIn.Record:%ParentBatch', is not defined, 'User.RQIRecordIn:Records'
ERROR #5496: Inverse property, 'osuwmc.RQIRecordOut.Record:%ParentBatch', is not defined, 'User.RQIRecordOut:Records'
ERROR #5496: Inverse property, 'osuwmc.EpicADTMergeCSV.RecordMap.Record:%ParentBatch', is not defined, 'osuwmc.EpicADTMergeBatch:Records'
From what I can tell is that maybe one time the builder had put a batch header on each of these Record Maps. If I go into the Record Maps, those batch headers are no longer being used. So how do I get around this error?   Thanks Scott