Difference between revisions of "CEData 1 0-getPageIDForElement"
From ADF Docs
| Line 5: | Line 5: | ||
public query <strong>getPageIDForElement</strong> ( numeric formid, string fieldid, any item, string queryType, string searchValues, string searchFields ) | public query <strong>getPageIDForElement</strong> ( numeric formid, string fieldid, any item, string queryType, string searchValues, string searchFields ) | ||
| − | == Parameters == | + | == Parameters == |
| − | + | <table id="lib-params"> | |
| + | <tr class="header"> | ||
| + | <td>Required</td> | ||
| + | <td>Name</td> | ||
| + | <td>Type</td> | ||
| + | <td>Description</td> | ||
| + | </tr> | ||
| + | |||
| + | |||
| + | <tr> | ||
| + | |||
| + | <td class="required">required</td> | ||
| + | |||
| + | <td>formid</td> | ||
| + | <td>numeric</td> | ||
| + | <td></td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td class="required">optional</td> | ||
| + | |||
| + | <td>fieldid</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>item</td> | ||
| + | <td>any</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>queryType</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: selected] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>searchValues</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | <tr> | ||
| + | <td>optional</td> | ||
| + | |||
| + | <td> </td> | ||
| + | |||
| + | <td>searchFields</td> | ||
| + | <td>string</td> | ||
| + | <td>[Default: ] </td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 03:26, 24 March 2010
Description
Returns Page ID Query in Data_FieldValue matching Form ID
Signature
public query getPageIDForElement ( numeric formid, string fieldid, any item, string queryType, string searchValues, string searchFields )
Parameters
| Required | Name | Type | Description | |
| required | formid | numeric | ||
| optional | optional | fieldid | string | [Default: ] |
| optional | item | any | [Default: ] | |
| optional | queryType | string | [Default: selected] | |
| optional | searchValues | string | [Default: ] | |
| optional | searchFields | string | [Default: ] |