You have integrated the WebUtil utility into the Orders form. You code a When-Button-Pressed
trigger to call some WebUtil functionality, and then run the form to test it. Everything works as it
should.
You then write some other triggers and test the form again. Before the form appears, you receive
several errors that are similar to the one shown in the Exhibit.
What is a probable cause of this error?
A.
You haveinvoked WebUtil functionality from a trigger that does not accept restricted built-ins.
B.
You haveinvoked WebUtil functionality from a Pre-form trigger.
C.
You did not recompile the WebUtil library after adding new triggers.
D.
You did not enable the GetClientinfo JavaBean.
E.
Java is notinstalled on the client machine, so SET_JAVA_VERSION returns an error.
Answer is B
explain your answer please
B is correct answer
please explain yours answers