Microsoft
MB2-876 · Question #65
You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to identify the form type of the current form. Which method should you use?
The correct answer is D. Xrm.Page.ui.getFormType(). See the full explanation below for the reasoning.
Question
You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to identify the form type of the current form. Which method should you use?
Options
- AcrmForm.FormType();
- BXrm.Page.getControl("formtype");
- CcrmForm.all.formtype();
- DXrm.Page.ui.getFormType();
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C11% (4)
- D83% (30)
Community Discussion
No community discussion yet for this question.