Tuesday 16 January 2018

How to Resolve Error: Field(s) are disabled and cannot be used for Import / Export in AX7 / D365

This error generally occurs when we use Unmapped fields in data entity (Data Management) and try to map manually through map source to staging option. The main reason of this error is that Unmapped fields are virtual and computed. Unmapped fields always support read actions as per Mircosoft documentation for unmapped fields. But in some cases we need to do write actions on Unmapped fields we can achieve it by doing following steps.

1- Error (Unmapped field):














2- Error resolution is to set "Allow edit on Create" (Property) to "Yes". This will enable write operation on your unmapped field.












3- By setting the property Data Management will automatically map your Unmapped field.



No comments:

Post a Comment

How to Convert Images to Base64 Strings in D365 Finance & Operations

In this blog, I will discuss how to convert an image into a base64 encoded string in Dynamics 365 Finance and Operations (D365FO). Fortunate...