I've been searching through the questions but couldn't find a working way to hide the m field "Component/s"
I've been using this formula for custom fields:
def CountryField = getFieldByName("P-Country")
CountryField.setHidden(true);what would be the equivalent way for "Component/s"?