How to Show, Suppress or Hide Fields within a script for fields not accessible with helper functions:
Show:
getCSObject([Field_Name]).parentElement.parentElement.style.display = '';
Hide:
getCSObject([Field_Name]).parentElement.parentElement.style.display = 'none';
Article ID: 6, Created: November 20, 2015 at 8:54 AM, Modified: May 19, 2016 at 3:55 PM