Posts

D365FO Sync error because of service update

 Hi All, If you come across sync and build errors because of upgrade to your devbox or tier2 environments which was working fine with same code previously, its mostly because of addition of reference models by Microsoft in the release.  Eg. In Service update 33 new fields added to LedgerJournalLineEntity and LedgerJournalEntity from reference models of FINTAG which was not referenced to our custom model which was giving error below. Because our model has LedgerJournalLineEntity extension objects  and miss the fields in our model. On view 'LedgerJournalLineEntity', the field 'FintagDisplayValue refers to a nonexistent table or view named 'FinTag'. But actually the fields and tables all there in application explorer only the missing piece is our custom model was not referencing it to FinTag model. Hope helps you!!. Thanks tmurli