Discover Details of a Report v2

post

/jderest/v2/report/discover

Discover the processing option, data selection, and data sequencing for a report.

Request

Supported Media Types
Header Parameters
Body ()
The input to the report service.
Root Schema : LaunchUBERequest
Type: object
The input to the report service.
Show Source
Nested Schema : biReportDeliveryTypes
Type: array
A list of delivery methods to use for an embedded BI Publisher report.
Show Source
Nested Schema : biReportLanguages
Type: array
A list of languages to produce for an embedded BI Publisher report. You can use EnterpriseOne supported language codes or special values listed in the allowed values list.
Show Source
Nested Schema : biReportOutputTypes
Type: array
A list of outputs to produce for an embedded BI Publisher report.
Show Source
Nested Schema : DataSelection
Type: object
Populate this input object to override data selection for this execution of the report.
Show Source
Nested Schema : DataSequence
Type: object
Populate this input object to override data sequence for this execution of the report.
Show Source
Nested Schema : poValues
Type: array
A set of processing option IDs and their values to use during report execution. You may either supply report interconnect values or processing option values, not both.
Show Source
Nested Schema : PrintOptions
Type: object
Used to override the print options for a report.
Show Source
Nested Schema : riValues
Type: array
The report interconnect values to be used during report execution. You may either supply report interconnect values or processing option values, not both. Dates must be in yyyyMMdd format. Utime Fields must be in yyyy-MM-dd'T'HH:mm:ss.SSSZ format.
Show Source
Nested Schema : criteria
Type: array
The data selection criteria.
Show Source
Nested Schema : Criterion
Type: object
A criterion for data selection of a report.
Show Source
  • Allowed Values: [ "EQUAL", "NOT_EQUAL", "LESS_THAN", "GREATER_THAN", "LESS_EQUAL", "GREATER_EQUAL", "VALUE_IN_LIST", "NOT_VALUE_IN_LIST", "WITHIN_A_RANGE", "NOT_WITHIN_A_RANGE", "EQUAL_OR_EMPTY" ]
    The method used to compare the subject and predicate in this criterion.
  • Allowed Values: [ "OR", "AND" ]
    The operator to use in conjuntion with other criterion in the criteria set (if there are other critrion).
  • SelectionValue
    The field or value to use as the subject or predicate in a data selection criterion.
  • SelectionValue
    The field or value to use as the subject or predicate in a data selection criterion.
Nested Schema : SelectionValue
Type: object
The field or value to use as the subject or predicate in a data selection criterion.
Show Source
Nested Schema : values
Type: array
The single, list, or range or literal values
Show Source
Nested Schema : orderByColumns
Type: array
The data sequence columns and order direction
Show Source
Nested Schema : OrderByColumn
Type: object
A column to include in data secquence along with it's sequencing properties.
Show Source
  • Allowed Values: [ "ASC", "DESC" ]
    The data dictionary alias of the column to sort by.
  • The direction to sort the data in this column.
  • Indicate true if a level break is desired when the value of this column changes.
  • Indicate true if a page break is desired when the value of this column changes. Setting this value to true will also set the level break value to true, level break is required for a page break.
  • The proiority of the column in the sequence. Lower numbers will be sequenced before higher numbers.
  • The table of the column to sort by.
Nested Schema : POValue
Type: object
A processing option value to use for this execution of the report.
Show Source
  • The ID of the processing option value to set, defined in the processing option template. For date values the date must be in yyyyMMdd format, for example 20190512.
  • The value to use for the processing option with the associated id.
Back to Top

Response

Supported Media Types

200 Response

Successful Execution
Body ()
Root Schema : UBEProcessingResponse
Type: object
Details of the status of the report.
Show Source
Nested Schema : xmlpOutputDefinitions
Type: array
A list of all outputs from an XMLP job.
Show Source
Nested Schema : XmlpOutputDefinition
Type: object
Show Source

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

415 Response

Invalid Content-Type Header - Must use application/json

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top

Examples

Example Request

The following shows an example of a discover report request to view details of an existing report version. The token value is from a prior call to the tokenrequest service to establish a session.

curl -X POST -H "Content-Type:application/json" http://ais_server_url/jderest/v2/report/discover -d
{
	"token": "0449pMVIJy1icXVEfVGFSoFqgOevhbVx5Cam4mSeoim6x8=MDE5MDEzNzMyMzA2NjE5NDYyMjc5OTEyMzEwLjEzOS4xMTAuMzgxNTA5NjM1MjE3NzUy",
	"reportName": "R064011",
	"reportVersion": "XJDE0001"
}

Example Response

The following example shows the contents of the response body.

{
   "reportName": "R064011",
   "reportVersion": "STARTDATES",
   "dataSelection": {"criteria": [   {
      "subject":       {
         "view": "V060116Z",
         "dictItem": "DST",
         "table": "F060116"
      },
      "comparisonType": "VALUE_IN_LIST",
      "predicate":       {
         "literalType": "LIST",
         "values":          [
            "21000925",
            "20170302",
            "20090215",
            "20090303"
         ]
      }
   }]},
   "dataSequence": {"orderByColumns":    [
            {
         "direction": "ASC",
         "seq": 1,
         "table": "F060116",
         "dictItem": "HMCO",
         "pageBreak": false,
         "levelBreak": true
      },
            {
         "direction": "ASC",
         "seq": 2,
         "table": "F060116",
         "dictItem": "HMCU",
         "pageBreak": false,
         "levelBreak": true
      },
            {
         "direction": "ASC",
         "seq": 3,
         "table": "F060116",
         "dictItem": "AN8",
         "pageBreak": false,
         "levelBreak": true
      }
   ]},
   "poValues":    [
            {
         "id": 1,
         "value": ""
      },
            {
         "id": 2,
         "value": " "
      },
            {
         "id": 3,
         "value": " "
      }
   ],
   "poPrompt": {"tabPages": [   {
      "type": 17,
      "idControl": 0,
      "pageNumber": 0,
      "idObject": 0,
      "title": "Address",
      "controls":       [
                  {
            "type": 4,
            "idControl": 0,
            "pageNumber": 0,
            "idObject": 1,
            "title": "1. Enter '1' to print address information",
            "memberName": "cPrintAddressInformation",
            "ddinfo":             {
               "ddict": "EV01",
               "alias": "EV01",
               "longName": "EverestEventPoint01",
               "systemCode": "00",
               "type": 1,
               "length": 1,
               "decimals": 0,
               "dispDecimals": 0,
               "searchFormName": "",
               "searchAppName": "",
               "nextNumberIndex": 0,
               "nextNumberSystem": "",
               "style": 1,
               "as400EditRule": "",
               "as400EditParm1": "",
               "as400EditParm2": "",
               "editRuleBFName": "",
               "as400DisplayRule": "",
               "as400DisplayParm": "",
               "dispRuleBFName": "",
               "currency": 0,
               "dfltValue": ""
            },
            "poglossaryOverride": "S06401101"
         },
                  {
            "type": 4,
            "idControl": 1,
            "pageNumber": 0,
            "idObject": 2,
            "title": "2. Enter '1' to print phone number",
            "memberName": "cPrintPhoneNumber",
            "ddinfo":             {
               "ddict": "EV01",
               "alias": "EV01",
               "longName": "EverestEventPoint01",
               "systemCode": "00",
               "type": 1,
               "length": 1,
               "decimals": 0,
               "dispDecimals": 0,
               "searchFormName": "",
               "searchAppName": "",
               "nextNumberIndex": 0,
               "nextNumberSystem": "",
               "style": 1,
               "as400EditRule": "",
               "as400EditParm1": "",
               "as400EditParm2": "",
               "editRuleBFName": "",
               "as400DisplayRule": "",
               "as400DisplayParm": "",
               "dispRuleBFName": "",
               "currency": 0,
               "dfltValue": ""
            },
            "poglossaryOverride": "S06401102"
         },
                  {
            "type": 10,
            "idControl": 2,
            "pageNumber": 0,
            "idObject": 3,
            "title": "3. Phone Number Type\r\n    Enter UDC",
            "memberName": "szPhoneNumberType",
            "ddinfo":             {
               "ddict": "PHTP",
               "alias": "PHTP",
               "longName": "PhoneNumberType",
               "systemCode": "01",
               "type": 2,
               "length": 4,
               "decimals": 0,
               "dispDecimals": 0,
               "searchFormName": "W0005SB",
               "searchAppName": "P0005S",
               "nextNumberIndex": 0,
               "nextNumberSystem": "",
               "style": 1,
               "as400EditRule": "UDC",
               "as400EditParm1": "01",
               "as400EditParm2": "PH",
               "editRuleBFName": "",
               "as400DisplayRule": "",
               "as400DisplayParm": "",
               "dispRuleBFName": "",
               "currency": 0,
               "dfltValue": ""
            },
            "poglossaryOverride": "S06401103"
         }
      ]
   }]},
   "dataSelectionColumns":    [
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test1 (F060116) (K001) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K001",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test10 (F060116) (K010) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K010",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test2 (F060116) (K002) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K002",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test3 (F060116) (K003) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K003",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test4 (F060116) (K004) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K004",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test5 (F060116) (K005) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K005",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test6 (F060116) (K006) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K006",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test7 (F060116) (K007) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K007",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test8 (F060116) (K008) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K008",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "401(k) Non-Discrimination Test9 (F060116) (K009) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "K009",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Additional Employee No (F060116) (OEMP) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "OEMP",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Address Flag (F060116) (AFLG) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "AFLG",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Address Number (F060116) (AN8) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "AN8",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Address Number-Provider/Trustee (F060116) (ANN8) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ANN8",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Age - Employee (F060116) (FAGE) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "FAGE",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Amount - Cash Accumulator (F060116) (CBAC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CBAC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Amount - Maximum Net Pay (F060116) (NMAX) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NMAX",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Benefit Cycle Bypass Count (F060116) (BCB) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BCB",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Benefit Group (F060116) (DIVC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DIVC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Birthday - Month (F060116) (DOBM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DOBM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Business Unit (F060116) (MCU) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "MCU",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Business Unit - Home (F060116) (HMCU) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HMCU",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Cash Benefit (F060116) (CBEN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CBEN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll1 (F060116) (P001) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P001",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll10 (F060116) (P010) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P010",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll11 (F060116) (P011) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P011",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll12 (F060116) (P012) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P012",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll13 (F060116) (P013) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P013",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll14 (F060116) (P014) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P014",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll15 (F060116) (P015) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P015",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll16 (F060116) (P016) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P016",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll17 (F060116) (P017) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P017",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll18 (F060116) (P018) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P018",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll19 (F060116) (P019) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P019",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll2 (F060116) (P002) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P002",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll20 (F060116) (P020) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P020",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll3 (F060116) (P003) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P003",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll4 (F060116) (P004) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P004",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll5 (F060116) (P005) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P005",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll6 (F060116) (P006) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P006",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll7 (F060116) (P007) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P007",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll8 (F060116) (P008) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P008",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Category Codes - Payroll9 (F060116) (P009) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "P009",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Change Reason (F060116) (TRS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TRS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Compa-Ratio (F060116) (CMPA) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CMPA",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Company - Home (F060116) (HMCO) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HMCO",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Country Code (F060116) (CCPR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CCPR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Credit Message (F060116) (CM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Adjusted Service Date (F060116) (ADSD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ADSD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Birth (F060116) (DOB) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DOB",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Bonus (F060116) (BSDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BSDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Current Position (F060116) (CPDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CPDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Employee Recall (F060116) (RCDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "RCDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - LOA Beginning Date (F060116) (LSDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LSDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - LOA Expiration Date (F060116) (LADT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LADT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Last Check (F060116) (LCDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LCDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Last Contact (F060116) (CTDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CTDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Last Raise (F060116) (DR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - New Bill Rate (F060116) (NBDR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NBDR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - New Bill Rate (F060116) (NBDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NBDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - New Piecerate (F060116) (NPDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NPDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Next Raise (F060116) (NRDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NRDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Next Review (F060116) (NRVW) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NRVW",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Original Employment (F060116) (DSI) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DSI",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Participation (F060116) (PADT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PADT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Pay Cycle Processed (F060116) (PYDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PYDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Pay Starts (F060116) (PSDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PSDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Pay Stops (F060116) (PTDT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PTDT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Terminated (F060116) (DT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Date - Time Stamp (F060116) (DTSP) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DTSP",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - Updated (F060116) (UPMJ) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "UPMJ",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined1 (F060116) (ED01) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED01",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined10 (F060116) (ED10) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED10",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined11 (F060116) (ED11) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED11",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined12 (F060116) (ED12) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED12",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined13 (F060116) (ED13) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED13",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined14 (F060116) (ED14) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED14",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined15 (F060116) (ED15) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED15",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined16 (F060116) (ED16) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED16",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined17 (F060116) (ED17) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED17",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined18 (F060116) (ED18) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED18",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined19 (F060116) (ED19) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED19",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined2 (F060116) (ED02) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED02",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined20 (F060116) (ED20) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED20",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined3 (F060116) (ED03) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED03",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined4 (F060116) (ED04) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED04",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined5 (F060116) (ED05) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED05",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined6 (F060116) (ED06) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED06",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined7 (F060116) (ED07) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED07",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined8 (F060116) (ED08) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED08",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date - User Defined9 (F060116) (ED09) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ED09",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Date Started (F060116) (DST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Days - Standard per Year (F060116) (SDYY) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SDYY",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Department Code (F060116) (DEPT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DEPT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Dependents (F060116) (NDEP) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NDEP",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "EEO - Disability (F060116) (HM04) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HM04",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "EEO - Disabled Veteran (F060116) (HM03) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HM03",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "EEO - I9 Status (F060116) (HM01) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HM01",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "EEO - Veteran (F060116) (HM02) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HM02",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Earned Income Credit Status (F060116) (EIC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "EIC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 001 (F060116) (E001) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E001",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 002 (F060116) (E002) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E002",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 003 (F060116) (E003) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E003",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 004 (F060116) (E004) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E004",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 005 (F060116) (E005) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E005",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 006 (F060116) (E006) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E006",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 007 (F060116) (E007) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E007",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 008 (F060116) (E008) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E008",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 009 (F060116) (E009) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E009",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Eligibility Code 010 (F060116) (E010) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "E010",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Employee Benefit Status (F060116) (BENS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BENS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Employee Classification Status (F060116) (ECNT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ECNT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Employee Code - Tipped(Y/N) (F060116) (TIPE) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TIPE",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Employee Pay Status (F060116) (PAST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PAST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Employee Tax ID (F060116) (SSN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SSN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Employment Status (F060116) (EST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "EST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Ethnic Code (F060116) (EEOM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "EEOM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "FLSA Exempt Y/N (F060116) (FLSA) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "FLSA",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Flag - Cash Rounding (F060116) (CBAF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "CBAF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Flag - Language Preference (F060116) (SMKR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SMKR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Full Time Equivalents (F060116) (FTE) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "FTE",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Gender (Male/Female) (F060116) (SEX) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SEX",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Hours - Standard per Day (F060116) (STDD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "STDD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Hours - Standard per Payperiod (F060116) (STDH) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "STDH",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Hours per Standard Year (F060116) (IH) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "IH",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Initial - First Name (Govt Rpts) (F060116) (IFN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "IFN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Initial - Middle Name (Govt Rpts) (F060116) (IMN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "IMN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Interim Check Code (F060116) (ICC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ICC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Interim Processing Batch Flag (F060116) (INBT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "INBT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Job Category (EEO) (F060116) (EEOJ) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "EEOJ",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Job Evaluation Points (F060116) (EPNT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "EPNT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Job Step (F060116) (JBST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "JBST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Job Type (Craft) Code (F060116) (JBCD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "JBCD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Labor Distribution Method (F060116) (LMTH) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LMTH",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Labor Distribution Multiplier (F060116) (LF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Labor Distribution Period ID (F060116) (LDID) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LDID",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Last Job Worked (F060116) (SG) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SG",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Local Area Marital Status (F060116) (LMST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LMST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Location - Home City (F060116) (HMLC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HMLC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Location - Work City (F060116) (LWK1) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LWK1",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Location - Work County (F060116) (LWK2) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LWK2",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Marital Status - Resident State (F060116) (RMST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "RMST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Marital Status - State Tax (F060116) (MSTI) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "MSTI",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Marital Status - Tax (F060116) (MSTX) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "MSTX",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Medical Plan ID (F060116) (HIPN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HIPN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Method - Employee Payment (F060116) (PYMH) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PYMH",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Name - Alpha (F060116) (ALPH) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ALPH",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "No. of Pay Grade Steps (F060116) (PSTP) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PSTP",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Orgeon Insurance (F060116) (ORG) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ORG",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Pay Class (H/S/P) (F060116) (SALY) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SALY",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Pay Cycle Bypass Count (F060116) (PYCB) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PYCB",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Pay Cycle Code (F060116) (PCCD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PCCD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Pay Frequency (F060116) (PFRQ) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PFRQ",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Pay Grade (F060116) (PGRD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PGRD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Pay Grade Step (F060116) (PGRS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PGRS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Pay Period Number (F060116) (PPNB) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PPNB",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Payroll Autopay Paytype (F060116) (ATPY) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ATPY",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Payroll Lockout Identification (F060116) (USR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "USR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Pension Code (F060116) (PENS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PENS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Periods Paid Per Year (F060116) (SMOY) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SMOY",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Position ID (F060116) (POS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "POS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Pre-Note Code (F060116) (ADPN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ADPN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Prior Years for Calculating Vesting (F060116) (PYRV) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PYRV",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Processed Code - Payroll (F060116) (UYST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "UYST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Program ID (F060116) (PID) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PID",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate (Billing) at Next Raise (F060116) (BRTN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BRTN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate (Hourly) at Next Raise (F060116) (HRTN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HRTN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate (Piecework)at Next Raise (F060116) (PWRN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PWRN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Distribution (or Billing) (F060116) (PBRT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PBRT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Hourly (F060116) (PHRT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PHRT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Life Ins. Annual Salary (F060116) (FSAL) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "FSAL",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Life Ins. Annual Salary (F060116) (LSAL) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "LSAL",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - New Recharge Burden Rate (F060116) (BORN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BORN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Piecework (F060116) (PPRT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PPRT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Previous Salary (F060116) (PSAL) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "PSAL",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Recharge Burden (F060116) (BDRT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "BDRT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Salary at Next Raise (F060116) (SALN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SALN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Rate - Salary, Annual (F060116) (SAL) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SAL",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Record Type (F060116) (RCCD) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "RCCD",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Region (F060116) (REGN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "REGN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Residency Status (F060116) (WSPS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "WSPS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Resident Alien Flag (F060116) (RAF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "RAF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Routing Code - Check (F060116) (MAIL) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "MAIL",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Salary Data Locality (F060116) (SLOC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SLOC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 11,
         "displayString": "Salary Forecast Change Date (F060116) (DTSF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DTSF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "School District Code (F060116) (SCDC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SCDC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Shares Flag - Voting (F060116) (VSHF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "VSHF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Shift Code (F060116) (SHFT) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SHFT",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Source of SUI Reporting (F060116) (SUI) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SUI",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Standard Occupational Class Code (F060116) (SOCC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "SOCC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Startdate - Month (F060116) (DSTM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "DSTM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "State - Home (F060116) (HMST) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "HMST",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "State - Working (F060116) (WKSE) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "WKSE",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Sub Class - Workers Comp (F060116) (WET) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "WET",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 9,
         "displayString": "Supervisor (F060116) (ANPA) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ANPA",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Tax Area (Residence) (F060116) (TARR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TARR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Tax Area (Work) (F060116) (TARA) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TARA",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Tax Calc Method (F060116) (FICM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "FICM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Terminal Id - Interim Check (F060116) (ITRM) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "ITRM",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Third Country National Flag (F060116) (TCNF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TCNF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Total Time Accounting Rules (F060116) (TTAR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TTAR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Type of Increase Next Review (F060116) (TINC) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "TINC",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Union Code (F060116) (UN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "UN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Update Flag (F060116) (UFLG) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "UFLG",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "User ID (F060116) (USER) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "USER",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "User ID - Interim Check Enterer (F060116) (IUSR) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "IUSR",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Vacation Factor (F060116) (AAF) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "AAF",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Work Schedule Code (F060116) (WS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "WS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Work Station ID (F060116) (JOBN) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "JOBN",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 1,
         "displayString": "Work Tax Area Source (F060116) (NS) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "NS",
         "table": "F060116"
      },
            {
         "@type": "CBCObject",
         "idEVDT": 2,
         "displayString": "Worker's Comp. Insurance Code (F060116) (WCMP) [BC]",
         "type": 5,
         "view": "V060116Z",
         "dictItem": "WCMP",
         "table": "F060116"
      }
   ],
   "reportSecurity":    {
      "canChangePO": true,
      "canRunPO": true,
      "canRunDataSelection": true,
      "hasFullDataSelectionAccess": true,
      "canAddDataSelection": true,
      "canModifyDataSelection": true,
      "versionSecurityFlag": 0
   },
   "printOptions":    {
      "printerName": "\\\\corprts1\\devprn1",
      "paperType": "LETTER",
      "orientation": 2,
      "printStyleSDT": 1,
      "numberCopies": 1,
      "paperSource": 1,
      "printImmediate": false,
      "savePDLFile": false,
      "saveCSVFile": false,
      "osaInterfaceName": ""
   },
   "lastModifiedUser": "JDE"
}
Back to Top