When you export a Data Entity in BYOD the base enums fields values are shown as integer values. This is a big problem because it's very difficult to understrand the real value of the field. To solve this issue you can extend the standard data entity or modify a custom one using a virtual field … Continue reading AX / D365FO – Export Data Entity Enum fields labels in BYOD using Computed columns or Virtual fields
Category: Virtual fields
AX – D365FO – X++ – Computed columns and virtual fields in data entities
This article provides information about computed and virtual fields, which are the two types of unmapped fields that a data entity can have. The article includes information about the properties of unmapped fields, and examples that show how to create, use, and test them. The sample code is targeted towards creating or modifying an entity … Continue reading AX – D365FO – X++ – Computed columns and virtual fields in data entities