Sorry, we don't support your browser.  Install a modern browser

Ability to enter Provider class/script in Web Panel#133

M

I would to enter the below simple script in Custom Web Panel which will hide a particular field from the view screen. This is working in DC and unavailable in Cloud.

writer.write (“””

<style>

#rowForcustomfield_13687 display: none !important
}
</style>
“””)

a year ago