Microsoft MB6-894 Actual Free Exam Questions & Community Discussion
You are a developer and want to create an extension of an existing Extended Data Type (EDT) that is a string primitive data type.
Which two EDT properties are extendable? Each correct answer presents a complete solution.
Which two EDT properties are extendable? Each correct answer presents a complete solution.
Correct Answer: A,B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are using the Retail Software Development Kit (SDK) to deploy packages.
Which best practice should you follow?
Which best practice should you follow?
Correct Answer: A
Vote an answer
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?
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?
Correct Answer: A
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You finish developing a model named CompletedModel1 that contains objects.
Which three items from the model must be included to build the CompletedModel1 model during the package build on the build server? Each correct answer presents part of the solution.
Which three items from the model must be included to build the CompletedModel1 model during the package build on the build server? Each correct answer presents part of the solution.
Correct Answer: B,C,E
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are a developer for an Independent Software Vendor (ISV).
You need to create and modify enumerations within Microsoft Dynamics 365 for Finance and Operations.
Which two statements are true about using extensible enumerations? Each correct answer presents a complete solution.
You need to create and modify enumerations within Microsoft Dynamics 365 for Finance and Operations.
Which two statements are true about using extensible enumerations? Each correct answer presents a complete solution.
Correct Answer: A,B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are extending primitive data types to make your code more readable, and you need to assign Extended Data Types (EDT) properties.
Which best practice should you follow?
Which best practice should you follow?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
What are two benefits of applying a form pattern to a form? Each correct answer presents part of the solution.
Correct Answer: B,C
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are working in a Microsoft Dynamics 365 for Retail environment and are troubleshooting a scanner that is not able to scan a bar code on an item.
You review the event logs on the Retail Server and find several recent events in which the AppSessionId is a non-empty GUID and the UserSessionId contains an empty GUID.
What is the main cause of the events in the event log?
You review the event logs on the Retail Server and find several recent events in which the AppSessionId is a non-empty GUID and the UserSessionId contains an empty GUID.
What is the main cause of the events in the event log?
Correct Answer: D
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You are writing a method to update the Customer reference field on a Sales order table record. You begin by writing the following code:
class ExampleClass
{
/// <summary>
/// Update the Customer reference field on the Sales orders table.
/// </summary>
/// <param name = "_salesId">
/// Sales order to update
/// </param>
/// <param name = "_customerRef">
/// Updated Customer reference value
/// </param>
public static void updateSalesTableCustomerReference(SalesId _salesId,
CustRef _customerRef)
{
SalesTable salesTable;
}
}
Which statement will complete the method?
class ExampleClass
{
/// <summary>
/// Update the Customer reference field on the Sales orders table.
/// </summary>
/// <param name = "_salesId">
/// Sales order to update
/// </param>
/// <param name = "_customerRef">
/// Updated Customer reference value
/// </param>
public static void updateSalesTableCustomerReference(SalesId _salesId,
CustRef _customerRef)
{
SalesTable salesTable;
}
}
Which statement will complete the method?
Correct Answer: B
Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
0
0
0
10
