PrepAway - Latest Free Exam Questions & Answers

how would the developer invoke the AJAX service within the appropriate coach view event handler?

A company has stated that a supervisor search is required within a number of activities for
their Office Requisition Process. A BPM application developer has chosen to implement this
search within a coach view using AJAX. Refer to the variable declarations of the coach view
below. The configuration option retrieveSupervisors is of Type Service. Assuming that the
AJAX function parameters are properly specified within the variable serviceArgs, how would
the developer invoke the AJAX service within the appropriate coach view event handler?

PrepAway - Latest Free Exam Questions & Answers

A.
this.context.options.get(“retrieveSupervisors”, serviceArgs);

B.
this.context.options.get(“RetrieveSupervisors”, serviceArgs);

C.
this.context.options.RetrieveSupervisors(serviceArgs);

D.
this.context.options.retrieveSupervisors(serviceArgs);

Explanation:


Leave a Reply