DIXF Custom Entity Deletion

Go to the "Microsoft Dynamics AX Development Work Space"

First you need to delete the data related to this entity (processing group and history + target entity).

When you have created the custom entity, AX will also create a private (development) project. All new created objects can be deleted. The changed objects "DMEEntityType" (base enum), "DMFEntity" (table, method defaultEntityEx) and "DMFEntityListName" (macro) and "DMFEntity" (Queries) should not be completely deleted if you have other custom entities in your environment. You should remove the changes related to the TaxRegistration entity manually.

Comments