-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathReport.json
More file actions
47 lines (47 loc) · 1.32 KB
/
Report.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"$schema": "../../../Schemas/PayrollEngine.Exchange.schema.json",
"createdObjectDate": "2023-01-01T00:00:00.0Z",
"tenants": [
{
"identifier": "Report.Tenant",
"updateMode": "NoUpdate",
"regulations": [
{
"name": "Report.Regulation",
"updateMode": "NoUpdate",
"reports": [
{
"name": "Users",
"nameLocalizations": {
"en": "Users Report"
},
"clusters": [
"User"
],
"buildExpression": "SetParameter(\"Users.TenantId\", TenantId);",
"startExpression": "SetQuery(\"Users\", \"QueryUsers\"); return null;",
"templates": [
{
"name": "DefaultGerman",
"culture": "de",
"contentFile": "Report.frx",
"attributes": {
"input.attachmentExtensions": ".frx"
}
},
{
"name": "DefaultEnglish",
"culture": "en",
"contentFile": "Report.frx",
"attributes": {
"input.attachmentExtensions": ".frx"
}
}
]
}
]
}
]
}
]
}