Posts

Showing posts from February, 2023

Microsoft MB-500 knowledge questions and answers

      1.  Which of the following actions isn't a best practice to consider when coding? Comment code to communicate with other developers Use a naming standard for an organization   Limit code comments to shorten text strings  Each element should have a label assigned in the Properties window     2. When you deploy a cloud-based solution of finance and operations apps, which source control                 process is available? Azure DevOps Services  Azure DevOps Server Visual Studio Team Foundation Server 3.  You notice some performance issues where certain tasks are taking longer than they should. When you investigate the performance issue, you find that there is a While select statement on a form that can be optimized. You suspect there might be other While select statements on forms that could be optimized as well. How can you use the metadata search to find the forms with While select stat...

Virtual and Computed Columns in x++

  Computed field - Computed field: Value is generated by an SQL view computed column. During read, data is computed by SQL and is fetched directly from the view. Virtual field:-  Is a non-persisted field. Is controlled by custom X++ code. Read and write happens through custom X++ code. Virtual fields are typically used for intake values that are calculated by using X++ code and can't be replaced by computed columns.

MB-500 Questions and Answers

Image
  You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Table of Contents pattern : No Solution: Apply the simple list pattern : No Solution: Apply the Details Master pattern :  No Solution: Apply the Operational Workspaces pattern : Yes Question1:  To ensure that an integration is triggered when a specific process starts. Which tool should you use to retrieve the status from the Production order? answer : Business Event. You are a Dynamics 365 Supply Chain Management developer. You are working on a project by using Visual Studio. Several users check out a custom form version control and modify the form. You need to find the user that has added a specific line of code to the form. What should you do? ans : using visual studio navigate to the object in the application explorer and then right click  view history. 2. An error occurs when an employee creates a new workflow using a custom approval      ...