function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nikitha kambamnikitha kambam 

The Account object has a custom formula field, Level _c, that is defined as a Formula (Number) with two decimal places. Which three are valid assignments?

A.Long myLevel = acct . Level _c;
B. Decimal myLevel = acct .Level_c
C. Integer myLevel = acct .Level _c;
D. Object rayLevel = acct . Level _C;
E. Double myLevel = erect .Level _c
B,D,E which are correct
paul diracpaul dirac
No one will answer your quesiton if you left them opened