fiogf49gjkf0d From what I recall, the DB Manager is not smart when it comes to views.
Once you have enabled a View, if you want to modify its schema you have to drop it from the DB Manager and then re-enable it.
Keep in mind that dropping it from the DB Manager will also drop it from the Database.
So, the steps would be as follow:
- Using SQL MAnagement Studio (if on MS SQL), get the Code for the View.
- Drop the view on SLX DB Manager
- Modify your view as needed via SQL Management studio.
- Once you are done with your changes, Enable it on SalesLogix via the DB Manager.
|