public
Authored by
Hao Pham
ActionButton
Edited
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
[{
"actionID": 1,
"orderNumber": "1",
"type": "act_call",
"label": "Dynamic-Call",
"phone": "##text_i3##"
},
{
"actionID": 2,
"orderNumber": "2",
"label": "Dynamic-SMS",
"type": "act_sms",
"phone": "##text_i3##",
"defaultMsg": "Hello"
},
{
"actionID": 3,
"orderNumber": 3,
"type": "act_gps",
"label": "Dynamic-Open Location",
"name": "##text_i1##",
"lat": "##geopoint_b7Latitude##",
"lon": "##geopoint_b7Longitude##",
"mapType": "normal"
},
{
"actionID": 4,
"orderNumber": 4,
"type": "act_share",
"label": "Dynamic-Copy",
"copy": "true",
"body": "##text_i5##"
},
{
"actionID": 5,
"orderNumber": 5,
"type": "act_share",
"label": "Dynamic-Share",
"copy": "false",
"subject": "##text_i5##",
"body": "##text_i5##"
},
{
"actionID": 6,
"orderNumber": 6,
"type": "act_open_html_screen",
"label": "Dynamic-Open HTML (center)",
"template": "<p><big><b><font color = #FF0000>Hello</font></b></big></p>",
"screenTheme": "popup-center"
},
{
"actionID": 7,
"orderNumber": 7,
"type": "act_open_html_screen",
"label": "Dynamic-Open HTML (bottom)",
"template": "<p><big><b><font color = #FF0000>Hello</font></b></big></p>",
"screenTheme": "popup-bottom"
},
{
"actionID": 8,
"orderNumber": 8,
"type": "act_open_html_screen",
"label": "Dynamic-Open Link (fullscreen)",
"template": "https://rtlab.pages.rta.vn/pages/qc-test-pages/urltest.html",
"screenTheme": "fullscreen"
},
{
"actionID": 9,
"orderNumber": "9",
"label": "Dynamic-Call API",
"type": "act_call_api",
"filePath": "/RTAnalytics/snippets/snippetfile1.txt",
"url": "https://rtgit.rta.vn/-/snippets/65/raw/main/snippetfile1.txt?inline=false"
},
{
"actionID": 10,
"orderNumber": 10,
"type": "act_fill_form",
"label": "Dynamic-Fill Form",
"familyID": "QC_Overflow_Menu"
},
{
"actionID": 11,
"orderNumber": 11,
"type": "act_fill_form",
"label": "Dynamic-Fill Form (preload)",
"familyID": "QC_Overflow_Menu",
"preload": [{
"key": "text_i1",
"value": "##text_i1##"
}]
},
{
"actionID": 12,
"orderNumber": 12,
"type": "act_report",
"label": "Dynamic-Report",
"reportID": "1"
},
{
"actionID": 13,
"orderNumber": 13,
"type": "act_dm_view",
"label": "Dynamic-Open Datamodel",
"subModule": "suboverflowmenu1",
"object": "suboverflowmenu1-testoverflowmenu2-ddobj02"
},
{
"actionID": 14,
"orderNumber": 14,
"type": "act_open_module",
"label": "Dynamic-Open Module",
"destinationCode": "testlistviewhaopham",
"destinationType": "module"
},
{
"actionID": 15,
"orderNumber": 15,
"type": "act_open_module",
"label": "Dynamic-Open SubModule",
"destinationCode": "listview1",
"destinationType": "subModule"
},
{
"actionID": 16,
"orderNumber": 16,
"type": "act_exit",
"label": "Dynamic-Close"
},
{
"actionID": 17,
"orderNumber": 17,
"type": "act_get_instance",
"label": "Dynamic-Get List",
"familyName": "QC_Overflow_Menu",
"filter": [
[{
"fieldname": "text_i1",
"operator": "==",
"value": "##text_i1##"
}]
],
"isLast": "TRUE"
},
{
"actionID": 20,
"orderNumber": 20,
"type": "act_open_module",
"label": "Open Component",
"destinationType": "component",
"destinationCode": "suboverflowmenu4-testoverflowmenu23"
},
{
"actionID": 21,
"orderNumber": 21,
"type": "act_open_chat",
"label": "Open chat room",
"room_target": "@chattest001:vn-rtmessaging.rtcenter.org",
"room_title": "Test Open chat room"
}
]
Please register or sign in to comment