HOTSPOT - You have the following code:
For each of the following statements, select Yes if the statement is true.
Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Box 1: Yes - Add 1 to a date adds one day.
Box 2: No - Date2num converts a date to an integer that corresponds to the number of days since January 1, 1900 so this would give us a large number.
Int2str converts the large number into a string.
Str2date converts a string to a date.However, the large number would not be in the correct format for a date.
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-conversion-run-time-functions