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 fix Error: "Common Language Runtime detected an invalid program" in D365FO

Recently, we upgraded our environment, which resulted in one of our customizations, previously working flawlessly, throwing the "Common...