Q:
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.
What should you do?
-
A
Create a new form and add a button without using SysOperationSandbox.
-
B
Run the process in synchronous mode in the web client.
-
C
Use batch processes to perform the task.
-
D
Create a new class with business logic to create 100 new check numbers and use SysOperationSandbox to run the AsyncInfo static method.
D