Microsoft
MB2-876 · Question #19
You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to save and close the current form. Which method should you use?
The correct answer is A. Xrm.Page.data.entity.save("saveandclose"). See the full explanation below for the reasoning.
Question
You are developing a JScript-based script for Microsoft Dynamics CRM 2011. You need to save and close the current form. Which method should you use?
Options
- AXrm.Page.data.entity.save("saveandclose");
- BXrm.Page.data.entity.save(true);
- CXrm.Page.data.entity.removeOnSave("saveandclose");
- DXrm.Page.data.entity.addOnSave("saveandclose");
How the community answered
(15 responses)- A80% (12)
- B7% (1)
- C13% (2)
Community Discussion
No community discussion yet for this question.