v2.1: add SMS module + SMS Log doctype + fixtures: custom_field.json
This commit is contained in:
parent
4ebf85cbfd
commit
c52c1f2aca
1 changed files with 119 additions and 0 deletions
119
voxtelesys_integration/fixtures/custom_field.json
Normal file
119
voxtelesys_integration/fixtures/custom_field.json
Normal file
|
|
@ -0,0 +1,119 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"default": null,
|
||||||
|
"depends_on": null,
|
||||||
|
"description": "E.164 phone number to ring for this user during inbound call routing (e.g. +12025551234).",
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Custom Field",
|
||||||
|
"dt": "User",
|
||||||
|
"fetch_from": null,
|
||||||
|
"fetch_if_empty": 0,
|
||||||
|
"fieldname": "custom_voxtelesys_number",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"hidden": 0,
|
||||||
|
"idx": 0,
|
||||||
|
"in_global_search": 0,
|
||||||
|
"in_list_view": 0,
|
||||||
|
"in_preview": 0,
|
||||||
|
"in_standard_filter": 0,
|
||||||
|
"insert_after": "mobile_no",
|
||||||
|
"is_system_generated": 0,
|
||||||
|
"is_virtual": 0,
|
||||||
|
"label": "Voxtelesys Number",
|
||||||
|
"length": 0,
|
||||||
|
"modified": "2026-05-12 00:00:00.000000",
|
||||||
|
"module": "Voxtelesys Integration",
|
||||||
|
"name": "User-custom_voxtelesys_number",
|
||||||
|
"no_copy": 0,
|
||||||
|
"non_negative": 0,
|
||||||
|
"options": null,
|
||||||
|
"permlevel": 0,
|
||||||
|
"precision": "",
|
||||||
|
"print_hide": 0,
|
||||||
|
"print_hide_if_no_value": 0,
|
||||||
|
"read_only": 0,
|
||||||
|
"report_hide": 0,
|
||||||
|
"reqd": 0,
|
||||||
|
"search_index": 0,
|
||||||
|
"translatable": 0,
|
||||||
|
"unique": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": null,
|
||||||
|
"depends_on": null,
|
||||||
|
"description": "Voxtelesys Call SID this ticket was auto-created for (missed-call dedup).",
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Custom Field",
|
||||||
|
"dt": "HD Ticket",
|
||||||
|
"fetch_from": null,
|
||||||
|
"fetch_if_empty": 0,
|
||||||
|
"fieldname": "custom_voxtelesys_call_sid",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"hidden": 0,
|
||||||
|
"idx": 0,
|
||||||
|
"in_global_search": 0,
|
||||||
|
"in_list_view": 0,
|
||||||
|
"in_preview": 0,
|
||||||
|
"in_standard_filter": 0,
|
||||||
|
"insert_after": "raised_by",
|
||||||
|
"is_system_generated": 0,
|
||||||
|
"is_virtual": 0,
|
||||||
|
"label": "Voxtelesys Call SID",
|
||||||
|
"length": 0,
|
||||||
|
"modified": "2026-05-12 00:00:00.000000",
|
||||||
|
"module": "Voxtelesys Integration",
|
||||||
|
"name": "HD Ticket-custom_voxtelesys_call_sid",
|
||||||
|
"no_copy": 0,
|
||||||
|
"non_negative": 0,
|
||||||
|
"options": null,
|
||||||
|
"permlevel": 0,
|
||||||
|
"precision": "",
|
||||||
|
"print_hide": 0,
|
||||||
|
"print_hide_if_no_value": 0,
|
||||||
|
"read_only": 1,
|
||||||
|
"report_hide": 0,
|
||||||
|
"reqd": 0,
|
||||||
|
"search_index": 1,
|
||||||
|
"translatable": 0,
|
||||||
|
"unique": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": null,
|
||||||
|
"depends_on": null,
|
||||||
|
"description": "3CX internal Call ID this ticket was auto-created for (legacy CF_URLFetch dedup).",
|
||||||
|
"docstatus": 0,
|
||||||
|
"doctype": "Custom Field",
|
||||||
|
"dt": "HD Ticket",
|
||||||
|
"fetch_from": null,
|
||||||
|
"fetch_if_empty": 0,
|
||||||
|
"fieldname": "custom_3cx_call_id",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"hidden": 0,
|
||||||
|
"idx": 0,
|
||||||
|
"in_global_search": 0,
|
||||||
|
"in_list_view": 0,
|
||||||
|
"in_preview": 0,
|
||||||
|
"in_standard_filter": 0,
|
||||||
|
"insert_after": "custom_voxtelesys_call_sid",
|
||||||
|
"is_system_generated": 0,
|
||||||
|
"is_virtual": 0,
|
||||||
|
"label": "3CX Call ID",
|
||||||
|
"length": 0,
|
||||||
|
"modified": "2026-05-12 00:00:00.000000",
|
||||||
|
"module": "Voxtelesys Integration",
|
||||||
|
"name": "HD Ticket-custom_3cx_call_id",
|
||||||
|
"no_copy": 0,
|
||||||
|
"non_negative": 0,
|
||||||
|
"options": null,
|
||||||
|
"permlevel": 0,
|
||||||
|
"precision": "",
|
||||||
|
"print_hide": 0,
|
||||||
|
"print_hide_if_no_value": 0,
|
||||||
|
"read_only": 1,
|
||||||
|
"report_hide": 0,
|
||||||
|
"reqd": 0,
|
||||||
|
"search_index": 1,
|
||||||
|
"translatable": 0,
|
||||||
|
"unique": 0
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue