Download Microsoft.MB6-894.ExamLabs.2019-02-22.49q.vcex

Download Exam

File Info

Exam Development, Extensions and Deployment for Microsoft Dynamics 365 for Finance and Operations
Number MB6-894
File Name Microsoft.MB6-894.ExamLabs.2019-02-22.49q.vcex
Size 632 KB
Posted Feb 22, 2019
Download Microsoft.MB6-894.ExamLabs.2019-02-22.49q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

You create a new form to allow users to edit records in the Customer table. 
You need to prevent users from deleting any customer records. 
What should you do to achieve this goal?


  1. On the CustTable data source on the form, set the Allow Delete property to No.
  2. Remove the Delete command button from the form.
  3. On the form design, set the View Edit Mode property to View.
  4. Implement an OnDeleted event handler to prevent the deletion.
Correct answer: A



Question 2

You are creating a FactBox form. 
You need to determine whether you should use the Form Part Factbox Grid from pattern or the Form Part Factbox Card form pattern.  
In which situation should you opt to use the Form Part Factbox Grid?


  1. when the form that the part is on contains a grid
  2. if the FactBox resides on a form that has more than one datasource
  3. when you want to display multiple rows of related information
  4. if the FactBox resides on more than one part of the form
Correct answer: C
Explanation:
References:https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/factbox-form-patterns
References:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/factbox-form-patterns



Question 3

You are an Independent Software Vendor (ISV) developer and are working on extending a solution. 
You complete a report and need to invoke it. 
What are two possible ways to invoke the report? Each correct answer presents a complete solution.


  1. from a Menu Reference located on a Menu artifact
  2. from a Menu Item Button located on a Form artifact
  3. from a Menu Item Reference located on a Menu artifact
  4. from a Menu Button located on a Form artifact
Correct answer: AC
Explanation:
References:https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/analytics/extend-report-menu-items
References:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/analytics/extend-report-menu-items



Question 4

You create a model that has many new forms. 
You need to locate the forms that do not have a form pattern applied to their form design. 
What are the possible ways to achieve this goal? Each correct answer presents a complete solution.


  1. Use the Find in files command to search for <Pattern> < /Pattern>.
  2. Build the model with Run Best Practice Checks checked, and then search the error list for BPErrorFormDesignPatternUnspecified.
  3. Run the form patterns report addin, and then filter the generated report for forms with a blank pattern.
  4. Run the form statistics addin, and look through the output for forms with Pattern=Unspecified.
  5. Perform a Metadata search for type:FormDesign property:Pattern=.
Correct answer: BC
Explanation:
References:https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/form-styles-patterns
References:
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/user-interface/form-styles-patterns



Question 5

You are working in a model that extends the Application Suite model. You create an Action menu item named ActivateOrder, and you extend the SalesTable form by adding the ActivateOrder menu item to the Action Pane. 
You also have a TradeSalesClerk role that contains the SalesOrderMaintain duty. This duty contains the SalesTableDetailsMaintain privilege, and this privilege contains an entry point to the SalesTable form. 
You need to grant the TradeSalesClerk role access to the ActivateOrder menu. 
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.


  1. Customize the SalesTableDetailsMaintain privilege, and add the ActivateOrder menu item as an entry point to the SalesTableDetailsMaintain privilege.
  2. Create a new duty, and create a new privilege. Add the ActivateOrder menu item as an entry point to the new privilege, and add the new privilege to the new duty. Extend the TradeSalesClerk role, and add the new duty.
  3. Extend the SalesTableDetailsMaintain privilege, and add the ActivateOrder menu item as an entry point to the SalesTableDetailsMaintain privilege.
  4. Create a new privilege, and add the ActivateOrder menu item as an entry point. Extend the SalesOrderMaintain duty, and add the new privilege.
Correct answer: BD



Question 6

You are an Independent Software Vendor (ISV) developer and are creating a new form for an existing solution. 
Business requirements state that the form must always open in a grid view. 
What should you modify to fulfill this requirement?


  1. the Open Mode property on the form’s menu item
  2. the Window Type property on the form’s design
  3. the Form View Option property on the form’s menu item
  4. the View Edit Mode property on the form’s design
Correct answer: C



Question 7

You are working for a client in an existing Microsoft Dynamics 365 for Finance and Operations environment. The client requests a security change on a form named Form1 that already exists in the environment. Form1 contains a single data source and a grid object. The grid object queries on the data source. 
Form1 also has the following buttons located in the Action pane:
  • one with the Name property set to CreateRecord, which creates new records in the data source, 
  • one with the Name property set to DeleteRecord, which deletes records in the data source, and 
  • one with the Name property set to RunMethod. 
There is a Display Menu Item with the Name property set to OpenForm1, the ObjectType property set to Form, and the Object property set to Form1. 
You need to create a privilege that allows roles containing the privilege to delete records on the form, but denies access to the RunMethod button. 
You create a new privilege named NewPrivelege1, and you add OpenForm1 as an entry point to NewPrivilege1. You set the AccessLevel to Delete on the OpenForm1 entry point. 
Which value should you set on the NeededPermission property on the RunMethod button?


  1. Create
  2. Manual
  3. Correct
  4. Delete
Correct answer: B



Question 8

You want to create a new security policy named VendGroupSecPolicy that causes users who are assigned a specific role to view the vendors in vendor group 100 only. 
You have created a policy query named VendGroup100Policy and designed it so that the VendTable is the primary table. The users that will be affected by VendGroupSecPolicy must be categorized into an existing security role named VendGroup100XDSRole. 
You set the Query property on VendGroupSecPolicy to VendGroup100Policy and the Primary Table property to VendTable. 
Which values should you set on the properties on VendGroupSecPolicy?


  1. Set the Context String property to VendGroup100XDSRole and the Context Type property to ContextString.
  2. Set the Context String property to VendGroup100XDSRole and the Context Type property to RoleName.
  3. Set the Role Name property to VendGroup100XDSRole and the Context Type property to RoleName.
  4. Set the Role Name property to VendGroup100XDSRole and the Context Type property to ContextString.
Correct answer: C
Explanation:
References:https://msdn.microsoft.com/en-us/library/hh300643.aspx
References:
https://msdn.microsoft.com/en-us/library/hh300643.aspx



Question 9

You are an Independent Software Vendor (ISV) developer who is working with an existing solution. 
The business requirements state that there should be two views of detail data from a parent form. 
The business logic of the child forms is similar, but they have slightly different logic for selecting detail data. You conclude that you can meet the requirements by using a single child form. 
What should do on the child form to ensure the business requirements are fulfilled?


  1. Create two display menu items, each with a different value in the Enum Parameter property.
  2. Create a single output menu item, and change the Copy Caller Query property to Yes.
  3. Create two display menu items, each with a different value in the Enum Type Parameter property.
  4. Create two output menu items, each with a different query in the Query property.
Correct answer: D



Question 10

You create a new table with the Valid Time State Field Type property set to Date. You add the table as a singular data source to a form, and create a display menu item that opens the form. 
You add the menu item as an entry point to a new privilege and want to ensure that a role with the privilege can edit records without creating new records. 
To achieve this goal, what is the minimum access level you should grant to the entry point?


  1. Create
  2. Delete
  3. Correct
  4. Update
Correct answer: D









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files