Bobby, just wanted to let you know that I was able to set that icon as not visible by using the following statement:



g_form.getReference('access_description', function(ref) {


g_form.removeDecoration('access_description', 'icon-info');


});



I put that code in a Client Script on change of the access_description variable.


Thank you very much for your time!