I have a customization for the Quote Entry form that (among other things) hid the Tasks sheet by setting visible to FALSE for the sheet. Now we want to make it visible again, but for whatever reason, we cannot change the visible setting back to TRUE. Any ideas why this is? Does it have something to do with permissions or something?
I tried making a new customization from the base form, and I didn’t have any issues changing visibility…
I have this same issue with Quote Entry which is by far the buggiest form in Epicor.
In your form load event, create a call to specifically make the sheet visible, i.e like so
I would go to Custom XML Editor, then there will be 3 tabs, on 3rd you should find your Hide Property - just find it and hilight it, then press Delete on your Keyboard. Save your Customization, Close Screen, Open Screen.
If that doesn’t work, then perhaps its on a Personalization Level.
“The code you write makes you a programmer. The code you delete makes you a good one. The code you don’t have to write makes you a great one.” - Mario Fusco