Notifications
Clear all

How do I turn off Command Center in NEO?

1 Posts
2 Users
0 Likes
754 Views
0
Topic starter

update external_reference set local_value = 'FALSE' where REF_TYPE = 'SwitchToCC';
update external_reference set external_value = 'Disabled' where REF_TYPE = 'SwitchToCC';

 

I ran these 2 queries and I can still switch to the old Command Center for my user.

 

Am I missing something?  I did log off and log back in after the queries.

 

 

Greg Merrill 2021-01-20 18:14:46

@ezanagar

I'm not sure we have the feature to disable this in 3.2. Where did you find the SQL above, what prompted you to use that?