Reputation: 792
I have a suitescript that hides all fields in a field group if an option is selected but I would also like to hide the fieldgroup that these fields were under.
Is there a way to also hide the fieldgroup?
Upvotes: 1
Views: 1338
Reputation: 1
You can hide fields using suitescript 2.0 beforeLoad function and also use jQuery to hide the label for field group.
Upvotes: 0
Reputation: 1022
No, the only way is to hide all the fields within the group.
I would suggest it may be quicker/more efficient perhaps to use a workflow to hide the fields on field change action.
Upvotes: 1