Which suggestion names a built-in that will meet the requirement and offers a correct reason?

There is a requirement to invoke the Orders form from the Customers form. Your colleagues offer some suggestions about which built-in to use and their reasons for the choice. Which suggestion names a built-in that will meet the requirement and offers a correct reason?

There is a requirement to invoke the Orders form from the Customers form. Your colleagues offer some suggestions about which built-in to use and their reasons for the choice. Which suggestion names a built-in that will meet the requirement and offers a correct reason?

A.
CALL_FORM, because NEW_FORM is no longer valid for Web-deployed forms due to the extra network traffic that is causes.

B.
CALL_FORM, because it can be issued in Enter-Query mode and can be constrained to be "query only".

C.
CALL_FORM, because the second form is invoked in a modeless state and it saves on memory resources.

D.
NEW_FORM, because the second form is invoked in a modeless state and the user can navigate freely between the two running forms.

E.
OPEN_FORM, because the second form is invoked in a modal state and there can be only one "Open form stack".

F.
OPEN_FORM, because it causes a savepoint to be issued and the current form is validated before invoking the second form.



Leave a Reply 0

Your email address will not be published. Required fields are marked *