Page 1 of 1

You have an X++ class that has the following code:You are writing a static method. You have an object of AssetBookCompar

Posted: Fri Aug 26, 2022 10:01 am
by answerhappygod
You have an X++ class that has the following code:You are writing a static method. You have an object of AssetBookCompareContract named assetBookCompareContractObj that is initialized within this method.You need to print the current value of the firstAssetBookld variable from the assetBookCompareContractObj object.Which piece of code should you use to achieve this goal?
You Have An X C 1
You Have An X C 1 (140.54 KiB) Viewed 105 times
A. irvFo(assetBookCompareContractObj : :fIrstAssetBookld);
B. info(assetBookCompareContractObj.f IrstAssetBookld);
C. info(assetBookCompareContractObj.panmFirstAssetBookId(“”));
D. info(assetBookCompareContractObj.parmFirstAssel:BookId());