Figured it out. Using jquery was able to hide the ...
# suitescript
p
Figured it out. Using jquery was able to hide the div that holds the field group.
m
@pen one hey. How did you identify the div of the field group? I’m dealing with the same issue. Not sure how to structure the Jquery to hide specific field group headers.
p
I used right clicked on the first field in the group and went to inspect and looked for the parent div which that field was under.
m
Cool. Thanks!