g_form.getDisplayBox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2015 01:49 AM
hi All,
We use g_form.getDisplayBox at a lot of places. It seems to work fine everywhere except for 'opened_by' field. Can anyone explain why ?? And/Or suggest a workaround.
I know getReference, But just thinking if there is anything that can be done on the client side only.
This is how i am using it
g_form.getDisplayBox('opened_by').value;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2015 06:43 AM
Probably yes, just trying to figure out what. There is an OOB access control that restricts write operation on this field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 10:12 PM
Hi, I confirm that getDisplayBox does not work when the field is read only (by an ACL)