Incoming parameters

From AgileApps Support Wiki
Revision as of 03:36, 16 January 2014 by imported>Aeric

Whether in a controller class invoked from a JSP page, or in a method invoked from a Rule, a variety of parameters are at your disposal:

  • Incoming controller params - Contains the name/value pairs for form fields and the identifier of the action button coming from a JSP page.
  • Incoming method parameters - Includes the ID of the record the method was invoked on, the name of the object that contains it, and the values of fields in that record.