Recently, I had been having a CRM issue. I needed to retrieve the CreatedBy attribute for a customer CDH entity, so I could compare it to the current user for some approval business logic. I attempted the usual in LINQ: But, no matter what I did, the field was always null (even though the …