Is there a way to retrieve the display name of a field in MS CRM? So far I can only get the schema name; but I want to be able to display something a bit more user friendly. Example below would return hc_billtimeunit3
but want to return bill time unit
instead.
Xrm.Page.getAttribute("hc_billtimeunit3").getName()