Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 10:24 AM
In case people need something on this, I came up with :
g_form.isFieldVisible('your_field_name') on the back office.
this.document.getElementsByName('your_field_name').item(0).checkVisibility() on service portal.
These return 'true' or 'false'.