You create an extension of ProjTable.
You need to configure the extension.
Which three table properties can you modify in the extension? Each correct answer presents a complete solution.
NOTE; Each correct selection is worth one point.
Answer : B, C, D
A company uses Dynamics 365 Finance. You are customizing elements for the extended data types (EDTs) shown in the following table.
You have a Table named WorkCalendar. The table has a column named BasicCalendarlD that uses the BasicCalendariD EDT. You need to increase the length of the column by using an extension. Solution: Create a derived EDT for CalendarName. Does the solution meet the goal?
Answer : B
A company uses Dynamics 365 Finance. You are customizing elements for the extended data types (EDTs) shown in the following table.
You have a Table named WorkCalendar. The table has a column named BasicCalendarlD that uses the BasicCalendariD EDT. You need to increase the length of the column by using an extension.
Solution: Create an extension for CalendarlD.
Does the solution meet the goal?
Answer : A
A company uses Dynamics 365 Finance. You are customizing elements for the extended data types (EDTs) shown in the following table.
You have a Table named WorkCalendar. The table has a column named BasicCalendarlD that uses the BasicCalendariD EDT. You need to increase the length of the column by using an extension.
Solution: Create a derived EDT for BasicCalendarlD.
Does the solution meet the goal?
Answer : B
Vou are a Dynamics 365 finance developer.
You create an integer variable named inventQuantity.
You need to display the value from inventQuantlty in an info statement
Which code segment should you use?
Answer : C