You want to create an extension package that references the Application Foundation package.Which two models are included within the Application Foundation package? Each correct answer presents part of the solution.
You create a new class named NewClass1 in a model. NewClass1 manipulates the CustTable table in the protected method modifyCustTable.NewClass1 has the following code:In the same model as NewClass1, you create a new class named NewClass2. You want to run the code in the modifyCustTable method from the callModifyCustTable method in NewClass2.What is a correct example of calling the modifyCustTable method from NewClass2?A.B.C.D.
You are working in a Microsoft Dynamics 365 for Finance and Operations environment that has an existing form named ModifyData and a display menu item named ModifyData1, which opens ModifyData. You create a second menu item named ModifyData2 that also opens ModifyData.A privilege named ModifyData1View has the ModifyData1 menu item as an entry point with Read access. There is also a privilege named ModifyData1Maintain that has the ModifyData1 menu item as an entry point, with the Access Level property set to Delete. You create a new privilege named ModifyData2View and add the ModifyData2 menu item as an entry point. You set the Access Level property to Read on the ModifyData2 entry point.You need to create a new duty named DataManager so that a role with this duty can delete data from ModifyData when accessed through ModifyData1 and read data on the ModifyData form when accessed through ModifyData2.What should you do to achieve this goal?
You are working for a client in a new Microsoft Dynamics 365 for Finance and Operations developer virtual machine (VM). The client has existing models and solutions checked into version control with Visual Studio Team Services.You connect to the Visual Studio Team Services site and want to access the client's existing models to view X++ source code in the Application Object Tree(AOT).To achieve this goal, which two directories do you need to map to your local VM? Each correct answer presents part of the solution.
You are an administrator of a Microsoft Dynamics 365 for Finance and Operations "" Retail live environment.You receive a report that the corporate Retail server is unresponsive.Where should you look first to troubleshoot the issue in the most efficient manner possible?
You manage package deployments for a Microsoft Dynamics 365 Retail environment, and you need to determine if a package rebuild is necessary.Which scenario requires a package rebuild?