BaseForm.getResources

Returns the Resources object that gives access to all resources available to the form. An individual resource can then be accessed using its resource name as shown in the examples below.

Javascript example:

 resources.EMAIL1.sendmail();
 form.getResources().WEB_SERVICE1.call();
 

returns Resources