Question

DCM is showing the correct DCM on other environments

When I make updates to the the any Out of the Box DCMs and send these updates over to another environment, fresh environment, or another box, the inputs I set for "Which column to build the stages by?"  and "Which column determines which case to use with a record?" get reverted back to the default values. (See Example Below). This causes an issue to where the Out of the Box Case that was deactivated originally gets used and the cases that I have made are getting ignored. I have tried fix it by deleting some of the auto-generated SysDCMSettings files and removing some of SysDCMinSchemaSettings but it helping solve reverting issue. 

 

My question is how do I set the Out of the Box DCMs to use the values I want and for those values to be set permantly throughout each environment or box I send it to?

 

Also I'm curious on what does how these auto-generated files: SysDCMSettings and SysDCMinSchemaSettings work?

 

 

 

Like 0

Like

1 comments

Hello,

 

You can add these bindings to the package you are migrating if they are not already there.
1. Create a Data object.
2. For its object, choose SysDcmSettings as the source object
image.png
3. Go into Bound Data and bind all of the available records, this will bind the possible changes from dev to this package.
4. Repeat the steps for SysDcmSchemaInSettings.

Now, binding all of the records from a table may become cumbersome down the line as your product grows and scales, that is why I recommend reading this article on our Comunity where my colleague explained in detail how to filter records if the need arises.
 

Show all comments