is it possible to modify the visibility of a field between suitelet and client script ?
From an invisible state (built invisible in suitelet), to then set it back visible through client script ?
so far I could only do isDisplay = false/true on client side only, and if I set HIDDEN on suitelet side, I cant flip it back to visible (same thing for isVisible), the isSomething only seems effective for client side, not from suitelets.