Form Request Attributes

The following list contains a description of the form request attributes:

  • maxPageSize. (optional) Maximum number of rows to return to the grid. If you do not specify a value, then AIS will return a maximum of 100 rows. The maximum number you can enter for this setting is 500.

    Starting with EnterpriseOne Tools 9.2.1, there is no maximum limit for rows returned to the grid. However, a maximum value is required. If you want to retrieve all records, enter No Max for this attribute.

    The value in the "DB Fetch Limit in the Web Runtime Interactivity" setting in the Web Runtime Interactivity section of the EnterpriseOne HTML Server configuration file (jas.ini) supersedes the maxPageSize setting. The "DB Fetch Limit in the Web Runtime Interactivity" setting is typically set to a higher value (2000 is the default), but you might have to modify it if your results are not as expected. See "Configuration Groups" in the JD Edwards EnterpriseOne Tools Server Manager Guide for more information on how to modify server configuration settings.

  • returnControlIDs. (optional) Indicates which form and grid fields the service passes back. Grid is usually 1 and has an array of fields. Form fields are bar delimited after grid, for example 1[19,20,50,48]|54|55. For power forms, indicate the control ID of the subform and then underscore and the control within the subform, for example 1_20|1_22[23,34].

  • formInputs. (optional) Collection of ID value pairs that represent the form interconnect input to the form. Associate a string for the FI ID with the value to be passed into that FI.

  • version. The version of the application, for example ZJDE0001.

  • formName. (required) Application and form name, for example P01012_W01012B.

  • formServiceAction. (optional) The CRUD operation the form will perform.

  • token. (required) The EnterpriseOne token that was returned from the tokenrequest service.

  • environment. (optional) EnterpriseOne environment that was used to request the token.

  • role. (optional) The EnterpriseOne role used to request the token.

  • findOnEntry. (optional) Valid values are TRUE or FALSE. Performs a find automatically when the EnterpriseOne application launches. In the EnterpriseOne application this autofind event occurs after post dialog initialized.

  • ignoreFDAFindOnEntry. (optional) Valid values are TRUE or FALSE. Applies to applications that have the box checked for "Automatically Find on Entry" in the grid in FDA. Allows the form service caller to control if that flag is used or not.

  • formActions. (optional) A set of actions to be performed on the form, in the order listed. The actions can include entering a value into a form field, QBE field, selecting a radio button, pressing a button, and selecting a check box value.