[
{
"DisplayName": "GetAll",
"DisplayTooltip": "Get all rows of archive - use with care, you may be fetching the whole database",
"DisplayType": "checkbox",
"CanOrderBy": false,
"Name": "getAllRows",
"CanRestrictBy": true,
"RestrictionType": "bool",
"RestrictionListName": null,
"IsVisible": false,
"ExtraInfo": "",
"Width": "4c",
"IconHint": "",
"HeadingIconHint": ""
},
{
"DisplayName": "GetNone",
"DisplayTooltip": "Do not get any rows from the archive",
"DisplayType": "checkbox",
"CanOrderBy": false,
"Name": "getNoRows",
"CanRestrictBy": true,
"RestrictionType": "bool",
"RestrictionListName": null,
"IsVisible": false,
"ExtraInfo": "",
"Width": "4c",
"IconHint": "",
"HeadingIconHint": ""
},
{
"DisplayName": "[SR_CONTACT_ID]",
"DisplayTooltip": "[SR_CONTACT_ID_TOOLTIP]",
"DisplayType": "int",
"CanOrderBy": true,
"Name": "contactId",
"CanRestrictBy": true,
"RestrictionType": "int",
"RestrictionListName": null,
"IsVisible": true,
"ExtraInfo": "",
"Width": "5c",
"IconHint": "Contact",
"HeadingIconHint": ""
},
{
"DisplayName": "[SR_COMPANY_NAME]",
"DisplayTooltip": "",
"DisplayType": "string",
"CanOrderBy": true,
"Name": "name",
"CanRestrictBy": true,
"RestrictionType": "stringorPK",
"RestrictionListName": "locateContact_new",
"IsVisible": true,
"ExtraInfo": "",
"Width": "25%",
"IconHint": "Contact",
"HeadingIconHint": ""
},
...
]