g_form.getDisplayBox

Anurag Tripathi
Mega Patron
Mega Patron

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;

-Anurag
6 REPLIES 6

Probably yes, just trying to figure out what. There is an OOB access control that restricts write operation on this field.


-Anurag

Hi, I confirm that getDisplayBox does not work when the field is read only (by an ACL)