Источник:
https://www.daxrunbase.com/2022/03/3...ust-be-static/
==============
During our Dynamics 365 code upgrade the display methods on forms were raising an error. The new rule is that FormDataSource display methods must be static calls. Here is the relevant section from the Docs site:
https://docs.microsoft.com/en-us/dyn...d-edit-methods Our change to display an Employee's custom Job title looked like this after the upgrade: [ExtensionOf(formDataSourceStr(HcmWorker, JJEAdditionalEmplTable))] public [...]
The post
FormDataSource display methods must be static appeared first on
DAXRunBase.
Источник:
https://www.daxrunbase.com/2022/03/3...ust-be-static/