Applet APIs UIMetadata

When accessing Siebel View Applet resources via the REST APIs, customers retrieve the associated UIMetadata as a structured description of UI-relevant information for the requested view and applet. UIMetadata provides clients with essential details such as field definitions, display properties, data types, picklist associations etc. This metadata empowers customer applications to dynamically render, validate, and interact with Siebel data in a user-friendly way, while maintaining alignment with Siebel configuration.

This section provides overview of the UIMetadata elements delivered through the Siebel View/Applet REST APIs.

"UIMetadata": {
        "RowCount": null,
        "ScrollDir": null,
        "ScrollAmount": 0,
        "Controls": {
            "Row Status": {
                "MessageVariableMap": {},
                "ColNum": 0,
                "Width": "100",
                "Name": "Row Status",
                "UIType": "JCheckBox",
                "DisplayName": "New",
                "DisplayFormat": "",
                "FieldName": "Row Status",
                "Justification": "center",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "0",
                "Seq": "0",
                "PickApplet": "",
                "MaxSize": "1",
                "DefaultMethod": null,
                "CaseSensitive": null,
                "LabelJustification": "Center",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "New",
                "IsEditable": false,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            },
            "Name": {
                "MessageVariableMap": {},
                "ColNum": 1,
                "Width": "96",
                "Name": "Name",
                "UIType": "JText",
                "DisplayName": "Name",
                "DisplayFormat": "",
                "FieldName": "Name",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "24",
                "Seq": "1",
                "PickApplet": "",
                "MaxSize": "100",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Name",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": true,
                "DrillDownArray": [
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true
                ]
            },
            "Location": {
                "MessageVariableMap": {},
                "ColNum": 2,
                "Width": "96",
                "Name": "Location",
                "UIType": "JText",
                "DisplayName": "Site",
                "DisplayFormat": "",
                "FieldName": "Location",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "24",
                "Seq": "2",
                "PickApplet": "",
                "MaxSize": "50",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Site",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            },
            "Parent Account Name": {
                "MessageVariableMap": {},
                "ColNum": 3,
                "Width": "96",
                "Name": "Parent Account Name",
                "UIType": "Pick",
                "DisplayName": "Parent",
                "DisplayFormat": "",
                "FieldName": "Parent Account Name",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "",
                "Height": "24",
                "Seq": "15",
                "PickApplet": "",
                "MaxSize": "100",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Parent",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false,
                "DrillDownArray": [
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true,
                    true
                ]
            },
            "Main Phone Number": {
                "MessageVariableMap": {},
                "ColNum": 4,
                "Width": "96",
                "Name": "Main Phone Number",
                "UIType": "JText",
                "DisplayName": "Main Phone #",
                "DisplayFormat": "",
                "FieldName": "Main Phone Number",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "24",
                "Seq": "12",
                "PickApplet": "",
                "MaxSize": "40",
                "DefaultMethod": null,
                "CaseSensitive": null,
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Main Phone #",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            },
            "Account Status": {
                "MessageVariableMap": {},
                "ColNum": 5,
                "Width": "96",
                "Name": "Account Status",
                "UIType": "JComboBox",
                "DisplayName": "Status",
                "DisplayFormat": "",
                "FieldName": "Account Status",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "24",
                "Seq": "31",
                "PickApplet": "PickList Account Status",
                "MaxSize": "30",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Status",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Candidate",
                                "DisplayName": "Candidate"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Regular",
                                "DisplayName": "Regular"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Short Term",
                                "DisplayName": "Short Term"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Temporary",
                                "DisplayName": "Temporary"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Disconnected",
                                "DisplayName": "Disconnected"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Qualified",
                                "DisplayName": "Qualified"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Active",
                                "DisplayName": "Active"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Contract Pending",
                                "DisplayName": "Contract Pending"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Under Construction",
                                "DisplayName": "Under Construction"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Inactive",
                                "DisplayName": "Inactive"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Red Customer",
                                "DisplayName": "Red Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Marked For Deletion",
                                "DisplayName": "Marked For Deletion"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Former Customer",
                                "DisplayName": "Former Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "New Customer",
                                "DisplayName": "New Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Other",
                                "DisplayName": "Other"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Present Customer",
                                "DisplayName": "Present Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Unknown",
                                "DisplayName": "Unknown"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Cancelled",
                                "DisplayName": "Cancelled"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Closed",
                                "DisplayName": "Closed"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Credit Hold",
                                "DisplayName": "Credit Hold"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Customer",
                                "DisplayName": "Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "In Collection",
                                "DisplayName": "In Collection"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Open Point",
                                "DisplayName": "Open Point"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Suspended",
                                "DisplayName": "Suspended"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Terminating",
                                "DisplayName": "Terminating"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        }
                    ],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "vs",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            },
            "Type": {
                "MessageVariableMap": {},
                "ColNum": 6,
                "Width": "96",
                "Name": "Type",
                "UIType": "JComboBox",
                "DisplayName": "Account Type",
                "DisplayFormat": "",
                "FieldName": "Type",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "24",
                "Seq": "13",
                "PickApplet": "PickList Account Type",
                "MaxSize": "30",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Account Type",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Advertiser",
                                "DisplayName": "Advertiser"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Agency",
                                "DisplayName": "Agency"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Contract Research Organization",
                                "DisplayName": "Contract Research Organization"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Surgery",
                                "DisplayName": "Surgery"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Chemist",
                                "DisplayName": "Chemist"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Clinical Directorate",
                                "DisplayName": "Clinical Directorate"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Committee",
                                "DisplayName": "Committee"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "District Health Authority",
                                "DisplayName": "District Health Authority"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Drug Committee",
                                "DisplayName": "Drug Committee"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Hospital Unit",
                                "DisplayName": "Hospital Unit"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Practice",
                                "DisplayName": "Practice"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "PBM",
                                "DisplayName": "PBM"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Pharmaceutical Company",
                                "DisplayName": "Pharmaceutical Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Military",
                                "DisplayName": "Military"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "QSR",
                                "DisplayName": "QSR"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Ship To",
                                "DisplayName": "Ship To"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Convenience Store",
                                "DisplayName": "Convenience Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Manufacturer Rep",
                                "DisplayName": "Manufacturer Rep"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "ODM",
                                "DisplayName": "ODM"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Design House",
                                "DisplayName": "Design House"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "3rd Party Training Center",
                                "DisplayName": "3rd Party Training Center"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "All Suite",
                                "DisplayName": "All Suite"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Auto/Home Supply Store",
                                "DisplayName": "Auto/Home Supply Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Banking",
                                "DisplayName": "Banking"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Body Shop",
                                "DisplayName": "Body Shop"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Branch",
                                "DisplayName": "Branch"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Broker",
                                "DisplayName": "Broker"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Business",
                                "DisplayName": "Business"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Business Customer",
                                "DisplayName": "Business Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Central Bank",
                                "DisplayName": "Central Bank"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Chain Drug",
                                "DisplayName": "Chain Drug"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Chain Food",
                                "DisplayName": "Chain Food"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Clinic",
                                "DisplayName": "Clinic"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Commercial",
                                "DisplayName": "Commercial"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Company",
                                "DisplayName": "Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Competing Dealer",
                                "DisplayName": "Competing Dealer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Competing OEM",
                                "DisplayName": "Competing OEM"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Competitor",
                                "DisplayName": "Competitor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Consultant",
                                "DisplayName": "Consultant"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Contact Us",
                                "DisplayName": "Contact Us"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Contract Manufacturer",
                                "DisplayName": "Contract Manufacturer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Convention Center",
                                "DisplayName": "Convention Center"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Corporate Training Center",
                                "DisplayName": "Corporate Training Center"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Corporate/Transient",
                                "DisplayName": "Corporate/Transient"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Corporation",
                                "DisplayName": "Corporation"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Customer",
                                "DisplayName": "Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Dealer",
                                "DisplayName": "Dealer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Department",
                                "DisplayName": "Department"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Department Group",
                                "DisplayName": "Department Group"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Department Store",
                                "DisplayName": "Department Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Direct Retailer",
                                "DisplayName": "Direct Retailer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Discount Store",
                                "DisplayName": "Discount Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Distributor",
                                "DisplayName": "Distributor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Division",
                                "DisplayName": "Division"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Drug Wholesaler",
                                "DisplayName": "Drug Wholesaler"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "ESP BSU",
                                "DisplayName": "ESP BSU"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Extended Stay",
                                "DisplayName": "Extended Stay"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Federal",
                                "DisplayName": "Federal"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Finance Provider",
                                "DisplayName": "Finance Provider"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Fire",
                                "DisplayName": "Fire"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Firms",
                                "DisplayName": "Firms"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Fulfillment Shipper",
                                "DisplayName": "Fulfillment Shipper"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Grocery Store",
                                "DisplayName": "Grocery Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "HQ",
                                "DisplayName": "HQ"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Home Center",
                                "DisplayName": "Home Center"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Home Electronics Store",
                                "DisplayName": "Home Electronics Store"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Hospital",
                                "DisplayName": "Hospital"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Hotel",
                                "DisplayName": "Hotel"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Housing Company",
                                "DisplayName": "Housing Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Impound Agency",
                                "DisplayName": "Impound Agency"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Indirect Retailer",
                                "DisplayName": "Indirect Retailer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Individual",
                                "DisplayName": "Individual"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Industrial",
                                "DisplayName": "Industrial"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Insurance Company",
                                "DisplayName": "Insurance Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Insurance Provider",
                                "DisplayName": "Insurance Provider"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Internet Lead Service",
                                "DisplayName": "Internet Lead Service"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Investment Offering",
                                "DisplayName": "Investment Offering"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Investor",
                                "DisplayName": "Investor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "LLC",
                                "DisplayName": "LLC"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "LLP",
                                "DisplayName": "LLP"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Law Enforcement",
                                "DisplayName": "Law Enforcement"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Long Term Care",
                                "DisplayName": "Long Term Care"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Managed Care",
                                "DisplayName": "Managed Care"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Mass Merchandiser",
                                "DisplayName": "Mass Merchandiser"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Meeting/Convention",
                                "DisplayName": "Meeting/Convention"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Miscellaneous Vendor",
                                "DisplayName": "Miscellaneous Vendor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "NRI",
                                "DisplayName": "NRI"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Non-Store Retailer",
                                "DisplayName": "Non-Store Retailer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Not-for-Profit",
                                "DisplayName": "Not-for-Profit"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "OEM",
                                "DisplayName": "OEM"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Office",
                                "DisplayName": "Office"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "On Premises",
                                "DisplayName": "On Premises"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Paramedics",
                                "DisplayName": "Paramedics"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Partner",
                                "DisplayName": "Partner"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Partnership",
                                "DisplayName": "Partnership"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Pharmacy",
                                "DisplayName": "Pharmacy"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Planning Group",
                                "DisplayName": "Planning Group"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Police",
                                "DisplayName": "Police"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Reseller",
                                "DisplayName": "Reseller"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Residential",
                                "DisplayName": "Residential"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Resort",
                                "DisplayName": "Resort"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Retailer",
                                "DisplayName": "Retailer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "S-Corp",
                                "DisplayName": "S-Corp"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Service Center",
                                "DisplayName": "Service Center"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Sole Proprietorship",
                                "DisplayName": "Sole Proprietorship"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Staff",
                                "DisplayName": "Staff"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Subcontractor",
                                "DisplayName": "Subcontractor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Supermarket",
                                "DisplayName": "Supermarket"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Supplier",
                                "DisplayName": "Supplier"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Trust",
                                "DisplayName": "Trust"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "University",
                                "DisplayName": "University"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "VIP",
                                "DisplayName": "VIP"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Vendor",
                                "DisplayName": "Vendor"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Venue",
                                "DisplayName": "Venue"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Walkin",
                                "DisplayName": "Walkin"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Wholesale Club",
                                "DisplayName": "Wholesale Club"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Wholesaler",
                                "DisplayName": "Wholesaler"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Wireline Operating Company",
                                "DisplayName": "Wireline Operating Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        }
                    ],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "vs",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": true
            },
            "Sales Rep": {
                "MessageVariableMap": {},
                "ColNum": 7,
                "Width": "96",
                "Name": "Sales Rep",
                "UIType": "Mvg",
                "DisplayName": "Account Team",
                "DisplayFormat": "",
                "FieldName": "Sales Rep",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "",
                "Height": "24",
                "Seq": "9",
                "PickApplet": "",
                "MaxSize": "50",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Account Team",
                "IsEditable": false,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            },
            "Account Type Code": {
                "MessageVariableMap": {},
                "ColNum": 8,
                "Width": "96",
                "Name": "Account Type Code",
                "UIType": "JComboBox",
                "DisplayName": "Account Class",
                "DisplayFormat": "",
                "FieldName": "Account Type Code",
                "Justification": "left",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "",
                "Height": "24",
                "Seq": "16",
                "PickApplet": "CUT Account Type PickList",
                "MaxSize": "30",
                "DefaultMethod": null,
                "CaseSensitive": "1",
                "LabelJustification": "Left",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Account Class",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Billing",
                                "DisplayName": "Billing"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Billing Aggregator",
                                "DisplayName": "Billing Aggregator"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Board",
                                "DisplayName": "Board"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Central Committee",
                                "DisplayName": "Central Committee"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Customer",
                                "DisplayName": "Customer"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Decentralized",
                                "DisplayName": "Decentralized"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Insurance Company",
                                "DisplayName": "Insurance Company"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Intermediary",
                                "DisplayName": "Intermediary"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Planner",
                                "DisplayName": "Planner"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Service",
                                "DisplayName": "Service"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        },
                        {
                            "childArray": [],
                            "childEnum": 0,
                            "propArray": {
                                "FieldValue": "Service Aggregator",
                                "DisplayName": "Service Aggregator"
                            },
                            "propArrayLen": 2,
                            "type": "",
                            "value": "",
                            "axObj": null
                        }
                    ],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "vs",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": true
            },
            "Fund Eligible Flag": {
                "MessageVariableMap": {},
                "ColNum": 9,
                "Width": "24",
                "Name": "Fund Eligible Flag",
                "UIType": "JCheckBox",
                "DisplayName": "Fund Eligible",
                "DisplayFormat": "",
                "FieldName": "Fund Eligible Flag",
                "Justification": "center",
                "EDEnabled": null,
                "ForceLTRText": null,
                "MethodName": null,
                "EnabledBmp": null,
                "DisabledBmp": null,
                "DispMode": "EncodeData",
                "Height": "0",
                "Seq": "20",
                "PickApplet": "",
                "MaxSize": "1",
                "DefaultMethod": null,
                "CaseSensitive": null,
                "LabelJustification": "Center",
                "HTMLAttr": "",
                "PostChanges": "false",
                "WaterMarkValue": null,
                "FileTypeFilterValue": null,
                "ControlMsg": null,
                "UIName": "Fund Eligible",
                "IsEditable": true,
                "RequestParams": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "ListOfValues": {
                    "childArray": [],
                    "childEnum": 0,
                    "propArray": {},
                    "propArrayLen": 0,
                    "type": "",
                    "value": "",
                    "axObj": null
                },
                "PMProperty": null,
                "IsRequired": false
            }
        },
        "NumRows": 11.0,
        "Name": "SIS Account List Applet",
        "ParentAppletTitle": "",
        "HasTotalRow": false,
        "TotalMap": {
            "Row Status": "",
            "Name": "",
            "Location": "",
            "Parent Account Name": "",
            "Main Phone Number": "",
            "Account Status": "",
            "Type": "",
            "Sales Rep": "",
            "Account Type Code": "",
            "Fund Eligible Flag": ""
        },
        "Mode": "Edit List",
        "AppletLabel": "Accounts",
        "AppletSummary": "Credit Alert Attachments List"
    }

UIMetadata fields explained -

  • AppletLabel - Specifies the text that Siebel CRM uses for the applet title. Configured in "Accessibility Applet Attributes View". If not configured in "Accessibility Applet Attributes View", it picks value from the Applet Title. Refer to "Title" property of "Applet" for more info.
  • AppletSummary - Specifies the text that Siebel CRM uses for the applet title. Configured in "Accessibility Applet Attributes View". If not configured in "Accessibility Applet Attributes View", it picks value from the Applet Title. Refer to "Title" property of "Applet" for more info.
  • Name - Specifies Name of the Applet. Refer to "Name" property of "Applet" for more info.
  • Mode - Specifies Applet Web Template Name. See "Applet Web Template" for more info.
  • TotalMap - Displays Totals of values for list column in an Applet. See "Displaying Totals for a List Column in an Applet" for more info.
  • HasTotalRow - Boolean field indicating the availability of Total. See "Displaying Totals for a List Column in an Applet" for more info.
  • NumRows - Provides the count of records in current workset within BC.
  • ParentAppletTitle - Gets populated for pop-up Applets.
  • RowCount - Specifies the number of rows that Siebel CRM displays in a list applet. Refer to "HTML Number of Rows" property of "Applet" for more info.
  • ScrollAmount - Used for continuous scrolling. Provides Number of records in a page.
  • ScrollDir - Used for continuous scrolling. Provides scroll direction.
  • Controls - Controlselement in UIMetadata describes the interactive components—such as input fields, dropdowns, checkboxes, and buttons etc presented within a Siebel View/Applet. Each control is represented as an object containing properties that define its behavior, display characteristics, and data bindings. This metadata enables client applications to accurately reconstruct Siebel UI behaviour, enforce business logic, and ensure consistency with Siebel’s user experience.
    • IsEnabled - Provides enabled/disabled state of the method for which the control is configured. Click on the control should be honoured only for true value.
    • IsEditable - Provides editable/readonly state of the control for which the control is configured. This allows UI to make the fields editable or readonly.
    • DrilldownArray - Allows drill down based Navigation capability. See "Drilldown Object" for more info.
    • CaseSensitive - Primarily used with Table column settings. Helps to provide user an indicator during query with this applet control that search will be case sensitive (when the value is 1/true). See "Column" for more info.
    • ColNum - Specifies the position of this column in the list. This property can contain only an integer. Refer to "Sequence" property of "List Column" for more info.
    • DefaultMethod - Configured for controls which requires specific action on key ENTER press. For example - List Applet Filter Dropdown and Text Field are configured with Find Method.
    • DisplayName - Display Name of the Control field. Refer "Caption" property of "Control" for more info.
    • DispMode - Specifies how to display the field value. Refer to "HTML Display Mode" property of "Control" for more info.
    • DisabledBMP - Specifies the image to use instead of the image that the HTML Bitmap property references if the control is in a disabled state. Refer to "HTML Disabled Bitmap" property of "Control" for more info.
    • DisplayFormat - Specifies the format that Siebel CRM uses to display data for this control. This property applies only to a TextBox control.
    • EDEnabled - ED Feature (Enhanced Display Feature) is a flag that indicates the presence or enablement of advanced UI capabilities or behaviours related to a specific control.
    • EnabledBMP - Specifies a Bitmap object that resides in the HTML Control Icons bitmap category. Refer to "HTML Bitmap" property of "Control" for more info.
    • FieldName - Specifies the business component field or applet message that provides the data that this control displays. Refer to "Field" property of "Control" for more info.
    • Height - Specifies the height of the control in pixels. Refer to "Height" property of "Control" for more info.
    • HTMLAttr - Specifies to add HTML tag attributes to the HTML tags that the client creates when it displays the control. Refer to "HTML Attributes" property of "Control" for more info.
    • Justification - Specifies how to align the text in the control. Refer to "Text Alignment" property of "Control" for more info.
    • LabelJustification - Specifies how to align the text of a control label on a form applet. Refer to "Text-Alignment Label" property of "Control" for more info.
    • MaxSize - Specifies the maximum length of text that the field can contain. Refer to "Text Length" property of "Field" for more info.
    • MethodName - Specifies the method that Siebel CRM calls if the user clicks a button control. If the control type is not PushButton, then Siebel CRM ignores this property. Refer to "MethodInvoked" property of "Control" for more info.
    • MethodPropSet - Specifies properties which should be sent along with Method invoked.
    • Name - Specifies the name of the control. Refer to "Name" property of "Control" for more info.
    • PickApplet - Specifies the applet that Siebel CRM uses for the pop-up picklist if you specify a picklist for the field that the control references and if the Runtime property of this control is TRUE. Refer to "Pick Applet" property of "Control" for more info.
    • PMProperty - PM Properties (Presentation Model Properties)define additional configuration options and client-side behaviours associated with controls.
    • PostChanges - Boolean field indicating BC Post Changes.
    • RadioGroupPropSet - Dynamically gets displayed. Provides list of Values attached with the control.
    • Seq - Specifies the order that Siebel CRM uses to position this control relative to other controls that it displays in the applet in the Siebel Web Client.
    • UIType - Specifies how to display the control. If the HTML Type property is empty, then Siebel CRM uses the Type property. Refer to "HTML Type" property of "Control" for more info.
    • WaterMarkValue - Used during query for user hint (like case sensitive query).
    • Width - Specifies the width of the control in pixels. Refer to "Width" property of "Control" for more info.