Difference between revisions of "Incoming parameters"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 1: Line 1:
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, most often including the ID of a currently active record, the name of the object that contains it, and the values of fields in that record.
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:


''Learn more:''
:* [[Incoming controller params]] - Contains the name/value pairs for form fields and the identifier of the action button coming from a JSP page.
:* [[Incoming controller params]]
 
:* [[Incoming method parameters]]
:* [[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.

Revision as of 03:36, 16 January 2014

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.