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?
A. this.context.options.RetrieveSupervisors(serviceArgs);
B. this.context.options.retrieveSupervisors(serviceArgs);
C. this.context.options.get("RetrieveSupervisors", serviceArgs);
D. this.context.options.get("retrieveSupervisors", serviceArgs);

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.