Skip to main content
12-Amethyst
October 19, 2024
Question

I have a assembly which is checked in. When I try to modify it I end up having a conflict box asking me to check out or continue

  • October 19, 2024
  • 1 reply
  • 618 views

Hello all,

 

I have a assembly which is checked in. When I try to modify it I end up having a conflict box asking me to check out or continue. I want to avoid this conflict box avoiding and set default value as continue. I used dm_checkout_on_the_fly and set it to continue but noticed it just the continue is set just in conflict box as default but did not get applied I have to select okay eveytime. Is there any option by which I can apply value as continue instead of setting default value in conflict box.

 

TIA

1 reply

23-Emerald III
October 19, 2024

Test using the config option:

 

dm_auto_conflict_resolution yes

 

This a hidden option so you can have to add the option manually.

I would suggest you do a some testing on this option before you do heavy work. Hidden options are useful but they are not supported by tech support and sometimes have unexpected issues.