TransferFields name mismatch (PC0021)
TransferFields copies values between records based on field IDs, not field names. If fields have the same ID but different names, the values will be transferred even though the fields represent different concepts. This rule identifies potential name mismatches that may indicate unintended transfers.
See also
- PC0020 - TransferFields type mismatch