FORM_TEXT_LNG(SQL Table) | 
Index Back | 
|---|---|
Form Text Related Lang RecordRelated Language Record for Form Text description of plain text to be placed onto a form. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(18) | VARCHAR2(18) NOT NULL | 
Form Name is the unique id of the form.  This corresponds to a page name.
 Prompt Table: FORM_TBL  | 
|
| 2 | Date(10) | DATE | 
Effective Date
 Default Value: %date  | 
|
| 3 | Number(4,0) | SMALLINT NOT NULL | 
Form Field Number identifies on object on the form.
 Prompt Table: FORM_DTL  | 
|
| 4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 5 | FORM_TEXT | Character(254) | VARCHAR2(254) NOT NULL | Form Text is plain text to be placed on the form. Form text may have imbedded form_field_name values within it. If they are, then they are bracketted by % before and after. A double % displays as a single percent. |