Table of Contents
Question
You are working on a finance and operations app. You have a custom table called BankCheque with two fields BankAccount and CheckNo.
You need to run a user interface-driven process to add 100 new check numbers, starting from 10000, by using the sandbox framework without freezing the web client.
You need to marshal the state of the current instance to the new instance.
Which method should you use?
Select only one answer.
A. callStaticMethod()
B. run() method
C. pack()/unpack() method
D. AsyncInfo() method
Answer
C. pack()/unpack() method
Explanation
Option A is correct because the pack()/unpack() method is used to marshal the state of the current instance to the new instance prior to starting the run() method. Option B is incorrect because the run() method is used to start the process, not to marshal the state. Option C is incorrect because the AsyncInfo() method is used to run a synchronous operation on the asynchronous session, not to marshal the state. Option D is incorrect because callStaticMethod() is used to run the AsyncInfo static method by using the sandbox framework, not to marshal the state.
Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 exam and earn Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification.