QUESTION 1
You import a managed solution that contains a custom entity named Loan. Loan is enabled for customization.
You need to add a new field to the Loan entity.
What are two possible ways to achieve a goal?
A. Open the imported solution, locate the Loan entity, and then add the new field.
B. Create a new solution, add the existing Loan entity, and then add the new field.
C. Modify the Managed Properties of the Loan entity in the imported solution.
D. Open the default solution, locate the Loan entity, and then add the new field.
Answer : B,D
Learning Points :
- Managed solutions can not be created.
- Only Unmanaged Solutions can be created.
- Unmanaged solution can export as Managed / Unmanaged solution.
- Managed solution components can be enable for customization by using managed properties.
- There are two ways to customize component in managed solution which already enabled for customization.
- Create/use unmanaged solution, add the component to unmanaged solution and then customize it.
- Go to default solution and customize it.
- Once customized a managed property, that component will not be revert when managed solution deleted.
QUESTION 2
You have a Dynamics CRM development environment and a Dynamics CRM production environment.You have a project solution in the development environment.
You need to import the solution to the production environment as a managed solution.
What should you do?
A. Change the options of the Import Solution dialog box to import the solution as managed.
B. Use the Package Deployer for Microsoft Dynamics CRM to import the unmanaged solution to CRM as managed.
C. Ask a developer to change the options of the import API so that CRM imports the unmanaged solution as managed.
D. Export an unmanaged solution and select Managed for the package type. Import the exported solution to the production environment.
Answer : D
Learning Points :
- Managed solutions can not be created.
- Only Unmanaged Solutions can be created.
- Unmanaged solution can export as Managed / Unmanaged solution.
- Can not convert Unmanaged solution to Managed solution while Importing.
QUESTION 3
You are preparing entity customizations that will be exported as part of a managed solution.
You need to identify for which field types of an entity you can customize the Managed Properties.
Which two field types should you identify? Each correct answer presents a complete solution.
A. a custom field on a system entity
B. a system field on a system entity
C. a custom field on a custom entity
D. a system field on a custom entity
Answer : A,C
Learning Points : Managed Properties
QUESTION 4
You import a managed solution to a Dynamics CRM organization. The solution contains a new entity named Loan. The Loan entity is not referenced by any other solutions in the organization.
After a few months, the decision is made to stop using the solution.
You need to identify what will occur to the entity definition and the entity data if you attempt to delete the solution.
What should you identify?
A. The solution will be deleted, but the entity data will remain for historical reference.
B. You will be prevented from deleting the solution.
C. You will be prompted to export a copy of the data during the delete process.
D. The entity definition and the entity data will be deleted.
Answer : D
Learning Points :
- When a Managed solution deleted all the containing components will be removed from CRM.
- Unless Managed solution contains customization enabled component and that component has modified. In that case modified component will remain in CRM and other components will removed with Managed solution.