vue-element-admin/tests/unit/utils/ADempiere/apiConverts/objects/fromApi/processWithUndefined.json

61 lines
2.2 KiB
JSON

{
"access_level": "Access Level",
"description": "Process Description",
"help": "Process Help",
"id": "12345",
"is_active": false,
"is_direct_print": true,
"is_report": false,
"name": "Process Name",
"report_export_types": ["Export Type 1", "Export Type 2"],
"show_help": true,
"uuid": "95325b0a-a67b-11eb-bcbc-0242ac130002",
"parameters": [{
"id": "5678",
"uuid": "95325d26-a67b-11eb-bcbc-0242ac130002",
"name": "Process Parameter Name",
"description": "Process Parameter Description",
"help": "Process Parameter Help",
"column_name": "Process Parameter Column Name",
"element_name": "Process Parameter Element Name",
"is_active": true,
"display_type": "Process Parameter Display Type",
"is_field_only": false,
"is_range": true,
"is_same_line": false,
"is_encrypted": true,
"is_quick_entry": false,
"sequence": "Process Parameter Sequence",
"seq_no_grid": 6,
"sort_no": 1,
"identifier_sequence": "Process Parameter Identifier Sequence",
"format_pattern": "Process Parameter Format Pattern",
"v_format": "Process Parameter V Format",
"default_value": "Process Parameter Default Value",
"default_value_to": "Process Parameter Default Value To",
"field_length": 2,
"value_max": 3,
"is_identifier": true,
"is_parent": false,
"is_key": true,
"is_selection_column": false,
"is_updateable": true,
"is_always_updateable": false,
"is_allow_copy": true,
"is_heading": false,
"is_allow_logging": true,
"is_translated": false,
"column_sql": "Process Parameter Column SQL",
"is_displayed": true,
"is_displayed_grid": false,
"is_mandatory": true,
"is_read_only": false,
"is_query_criteria": true,
"is_order_by": false,
"is_info_only": true,
"callout": "Process Parameter Callout",
"display_logic": "Process Parameter Display Logic",
"mandatory_logic": "Process Parameter Mandatory Logic",
"read_only_logic": "Process Parameter Read Only Logic"
}]
}