Question 281

You have a table in which multiple properties must be changed. Multiple table properties are locked down at the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?
  • Question 282

    You are implementing record-level security by using Extensible Data Security (XDS) in Dynamics 365 Finance.
    Users must be permitted to view sales orders only from customers they manage.
    You need to configure the CustGroup form.
    Which options should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 283

    You are a Dynamics 365 Finance and Operations developer.
    You need to monitor system performance.
    Which tools should you use? To answer, select the appropriate option in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 284

    You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs):

    You plan to modify the EDT properties by using an extension.
    You need to determine which operations can be performed.
    Which operation is possible?
  • Question 285

    You are a Dynamics 365 Finance developer.
    You have a table named FMVehicle that contains a field named Vehicleld. The table has a clustered index named Vehicleldldx on the Vehicleld field. You declare a table buffer named vehicle to refer to the table.
    You need to select all records from the FMVehicle table in ascending order based on Vehicleld field in the vehicle variable.
    Which embedded-SQL statement should you use?