Versions of Inherited Delegates
The version of an inherited delegate for a derived entity type must be the same as the version of the delegate inherited by its ancestor entity type. Ensure that the value of the delegate version is the same in the configuration json file.
For example—Consider VendorParts that is a child of Parts. If VendorParts uses version 1 of an inherited delegate like softattributable, while Parts which is the parent entity type uses version 2 of softattributable this results in a configuration error.
To correct the error you must change VendorParts.json to also use version 2 of the softattributable delegate.