Created
April 27, 2018 07:03
-
-
Save sebge2emasphere/cc291d26b21485eea459b6cdf6a3d481 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "d28d6d11-ffe6-4072-99ea-b5f50923a4c8", | |
"tenant": null, | |
"reference": "irisnetdemo-test_operational_data_comma", | |
"internalReference": "irisnetdemoxtest_operational_data_comma", | |
"label": "Accounting Data", | |
"description": "", | |
"status": "ACTIVE", | |
"entryValues": [ | |
{ | |
"reference": "code", | |
"internalReference": "a", | |
"label": "Code", | |
"description": "", | |
"type": "TEXT", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "name", | |
"internalReference": "b", | |
"label": "Name", | |
"description": "", | |
"type": "TEXT", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "display_month", | |
"internalReference": "c", | |
"label": "Display-Month", | |
"description": "", | |
"type": "MONTH", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "account_number", | |
"internalReference": "d", | |
"label": "Account Number", | |
"description": "", | |
"type": "TEXT", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "?column?", | |
"internalReference": "e", | |
"label": "Source", | |
"description": "", | |
"type": "TEXT", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "sum", | |
"internalReference": "g", | |
"label": "Amount", | |
"description": "", | |
"type": "NUMBER", | |
"keyComponent": true | |
}, | |
{ | |
"reference": "case", | |
"internalReference": "h", | |
"label": "Case", | |
"description": "", | |
"type": "TEXT", | |
"keyComponent": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment