-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
110 lines (109 loc) · 2.74 KB
/
template.json
File metadata and controls
110 lines (109 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"individual": [
{
"name": "Công ty (User) feed Location",
"value": "",
"type": "master_data_orgchart_location_feedlocation",
"id": -1000020,
"position": -1000020,
"display": false,
"conditions": {
"locationRelated": true,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "left-info"
},
{
"name": "Công ty (User)",
"value": "",
"type": "master_data_orgchart_ta_company_name",
"staticContent": "<p style='font-size: 12px; color: #f44842'><i></i></p>",
"id": -1000010,
"position": -1000010,
"display": false,
"conditions": {
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "right-info"
},
{
"name": "Prepared by",
"type": "splitter",
"id": -100000,
"position": -100000
},
{
"name": "Employee Number",
"type": "master_data_orgchart_ta",
"value": "",
"valuefeeder": "TicketOwner",
"staticContent": "<p style='font-size: 12px; color: blue'><i></i></p>",
"conditions": {
"required": false,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "left-info",
"id": -99999,
"position": -99999
},
{
"name": "Employee Name",
"type": "master_data_orgchart_ta_employeename",
"value": "",
"staticContent": "<p style='font-size: 12px; color: blue'><i></i></p>",
"conditions": {
"required": false,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "right-info",
"id": -99998,
"position": -99998
},
{
"name": "Job Title",
"type": "master_data_orgchart_ta_jobtitle",
"value": "",
"staticContent": "<p style='font-size: 12px; color: blue'><i></i></p>",
"conditions": {
"required": false,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "left-info",
"id": -99997,
"position": -99997
},
{
"name": "Department",
"type": "master_data_orgchart_ta_department",
"value": "",
"staticContent": "<p style='font-size: 12px; color: blue'><i></i></p>",
"conditions": {
"required": false,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "right-info",
"id": -99996,
"position": -99996
},
{
"name": "Date",
"type": "date",
"value": "",
"display": true,
"conditions": {
"required": false,
"min-length": 1,
"max-length": 1000
},
"additionalDisplayClass": "left-info",
"id": -99990,
"position": -99990
}
]
}