I have the following code to hide a navigation bar entry.
document.getElementById("navSubConts").style.display = "none";
This code works very well. But want I need to do is hide a navigation bar
entry only if there are not records assoicated with the record I am in. For
instance, if I am in an account and there are not opportunities for that
account, I don' t want to see the opportunities entry in the navigation bar.
Is this possible?
Thanks