Tables to be used for Form Server and Screen Painter For the new GUI.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| formid | integer | with null | The formid value for this D_PAINTER. |
| formname | nvarchar(50) | with null | The formname value for this D_PAINTER. |
| formgroup | nvarchar(50) | with null | The formgroup value for this D_PAINTER. |
| seclevel | integer | with null | The seclevel value for this D_PAINTER. |
| entityid | integer | with null | The entityid value for this D_PAINTER. |
| cntltype | integer | with null | The cntltype value for this D_PAINTER. |
| cntlid | integer | with null | The cntlid value for this D_PAINTER. |
| parentid | integer | with null | The parentid value for this D_PAINTER. |
| ddid | integer | with null | The ddid value for this D_PAINTER. |
| mapback | nvarchar(30) | with null | The mapback value for this D_PAINTER. |
| tstamp | float | with null | The tstamp value for this D_PAINTER. |
| proplist | nvarchar(1000) | with null | The proplist value for this D_PAINTER. |
| formtype | integer | with null | The formtype value for this D_PAINTER. |
| predefined | integer | with null | The predefined value for this D_PAINTER. |
| extra_s1 | nvarchar(50) | with null | The extra s1 value for this D_PAINTER. |
| extra_s2 | nvarchar(50) | with null | The extra s2 value for this D_PAINTER. |
| extra_s3 | nvarchar(50) | with null | The extra s3 value for this D_PAINTER. |
| extra_l1 | integer | with null | The extra l1 value for this D_PAINTER. |
| extra_l2 | integer | with null | The extra l2 value for this D_PAINTER. |
| extra_l3 | integer | with null | The extra l3 value for this D_PAINTER. |
Product Name: Unicenter Service Desk
Table Type: Table