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 Get Customer Free Text Invoice "Totals" form field value with X++ in D365FO

Customer free text invoices are an essential aspect of financial management in D365FO. In this blog, I have compiled all the code needed to ...