I am using CRM 2011 and am trying to get the label of the current form through javascript. The command I am using is "Xrm.Page.ui.formSelector.getCurrentItem().getLabel()", but it is failing. The error I am getting is "Unable to get property
'getLabel' of undefined or null reference" for some users.
It works fine for many users, so I am wondering if this is a privilege issue. If so, what privileges are needed to access this method?
Thanks!