I used the js below for getting name of the main forms fine but it doesn't seem to work on Quick Create Form.
varformName = Xrm.Page.ui.formSelector.getCurrentItem().getLabel();
alert(formName);
I used the js below for getting name of the main forms fine but it doesn't seem to work on Quick Create Form.