There is currently no way to turn off Blue Hyperlinks from Vista to the Portal. Give Administrators the ability to turn off the Blue Hyperlinks from Vista to the Portal. We do not want our users going directly to the Portal from Vista.
| Company | Primoris/PLH Group Inc. |
| Job Title / Role | Sr. Technical Business Analyst |
| I need it... | Yesterday...Come on already |
Dear Viewpoint Suggestion Box contributor;
We at Viewpoint sincerely thank you for your contribution to Suggestion Box on how we can improve Viewpoint products. While we can’t do everything at once, we rely upon your feedback to help guide the prioritization of our product improvements, and Suggestion Box is a critical tool for us to understand and prioritize our customers’ needs.
Viewpoint reviews Suggestion Box regularly for all of our products and updates statuses, adds comments, and performs various house-keeping (including deleting) as needed to ensure that Suggestion Box is maintained as a productive environment for product enhancements requests.
BEGIN TRAN
UPDATE DDFH
SET ShowOnMenu = 'N'
WHERE UseVWSettingYN = 'Y'
SELECT * FROM DDFH WHERE UseVWSettingYN = 'Y'
ROLLBACK TRAN --COMMIT AFTER TESTING