|
- Solved: How to enable an obsolete entity - Dynamics 365 Community
RE: How to enable an "obsolete" entity One of the possibility to skip validation for Customer entity V3 which can help to improve performance
- D365FO - Get list of obsolete data entities - Dynamics 365 Community
Find which data entity is obsolete after every new update Here are the steps For example; Customers V2 data entity is obsolete with version 8 0For d
- Suppress a best practice error in D365FO X++ code
Referenced object 'WHSCatchWeightItemHandlingPolicyEntity' is marked as obsolete 645_PlantHire (VAR) [AGC] 1 K:\AosService\PackagesLocalDirectory\AGC\AGC\AxDataEntityViewExtensio n
- Referenced field is marked as obsolete - Dynamics 365 Community
RE: Referenced field is marked as obsolete The solution is to stop using obsolete elements Unfortunately I don't know how this field used to be used in older versions before it got obsolete, therefore I can't tell you what has replaced it I guess they changed the solution to use the global address book instead of a field on ProjTable
- Sales Order Header is showing as Obsolete since upgrade to . 37
Sales Order Header is showing as Obsolete since upgrade to 37 Hi Michael, The reason why Microsoft comes with versions for the entities is because old entities will be deprecated So you shouldn't be using this one in the first place, since there is already SalesOrderHeaderV3Entity (this V3 is available for a long time now) Thanks, Layan Jweihan
- Delete table extension of a deprecated standard table
Hi all, Can a table extension be deleted after publishing the extension? So, if i have a Table extension that extends a standard table, but that standard Table will be deprecated by Microsoft, how can the table extension be deleted? I understand that to move the data, one needs to mark the fields as obsolete and move the data to a new table extension but what about the actual extension object
- I cant use AxdDimensionUtil class in D365FO because is obsolete
I cant use AxdDimensionUtil class in D365FO because is obsolete, System suggest me DimensionResolver class but there I can't find methods th
- Dynamics 365 Business Central: again about obsoleting fields
Obsolete fields are actually never physically removed also during a next major release upgrade The right way of work when you need to declare fields as obsolete is to always maintain those field definition on your AL code, like in the following code: In this way, you don’t have breaking schema changes and your extension will be correctly
|
|
|