-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpathParts.xml
More file actions
32 lines (31 loc) · 827 Bytes
/
pathParts.xml
File metadata and controls
32 lines (31 loc) · 827 Bytes
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
items = "{
path: 'ClientProject',
sorter: [{
path: 'stage_display_order',
descending: false
},
{
path: 'stage',
descending: false,
group: true
},
{
path: 'project_name',
descending: false
}
],
filters: [{
path: 'estimate_active_flag',
operator: 'EQ',
value1: 'Y'
}]
}
text = "{
parts: [
{ path: 'stage' },
{ path: 'anticipated_start_date', type: 'sap.ui.model.type.Date',
formatOptions: { pattern: 'yyyy/MM/dd', UTC: true } },
{ path: 'project_start_date', type: 'sap.ui.model.type.Date',
formatOptions: { pattern: 'yyyy/MM/dd', UTC: true } } ],
formatter: '.formatter.projectStartDate'
}"