Form
Create, update, delete, and query Forms.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | Long | True |
The unique identifier for the form. |
| Name | String | False |
The name of the form. |
| FolderId | Long | False |
The Id of the folder for the form. |
| SourceTemplatedId | Long | False |
The Id of the source template of the form. |
| Permissions | String | False |
The permissions of the form. |
| CreatedAt | Datetime | True |
Date the form was created. |
| CreatedBy | String | True |
The Id of the user who created the form. |
| CurrentStatus | String | False |
The current status of the form. |
| UpdatedAt | Datetime | True |
Date the form was last updated. |
| UpdatedBy | String | True |
The Id of the user who last updated the form. |
| HtmlName | String | False |
The HTML name of the form. |
| ProcessingType | String | False |
The processing type of the data lookup for the form. |
| SubmitFailedLandingPageId | Long | False |
The submit failed landing page Id of the form. |
| Html | String | False |
The HTML of the form. |
| Style | String | False |
The style of the form. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Depth | String |
The depth of information requested from Eloqua. |