You are a Dynamics 365 Finance developer. You create an integer variable named totalSales.
You need to display the value from totalSales in an info statement.
Which three code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A: int2Str converts an integer to the equivalent string.
C: any2Str converts an anytype value to a str value. The anytype data type is a placeholder for any data type.
D: Example:
void MyMethod()
{
for (int i = 0; i < 10; i++)
{
info(strfmt('i is %1', i));
}
}
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-ref/xpp-variables-data-types
Melynda
10 months agoEleonora
11 months agoJohnna
11 months agoKristofer
11 months agoJulene
11 months agoChristiane
11 months agoYuonne
11 months agoCammy
11 months agoMuriel
11 months agoHyman
12 months agoDelisa
12 months agoNancey
12 months ago