Hi,
I'm using SQL Server 2014.
Assume an entity Product with a free-form attribute Active. The model containing this entity is available in two environments: DEV and QA.
In DEV: a new entity Boolean is created and the attribute Active is changed from free-form to domain-based (on entity Boolean) through the Excel Add-in.
Next, this change has to be deployed (deployupdate with MDSModelDeploy) to the QA environment. There are no errors during deployment, however, the attribute remains free-form in QA.
Dropping the business rules on the Product entity in QA before deployment does not help.
How can I make this work?
Thanks,
Ojke.