MassIndexationObjectFilterTypes¶
Example Json Object
1{
2 "erpSystemFilterType": "ALL",
3 "leaseAreaFilterType": "ALL",
4 "businessUnitFilterType": "ALL",
5 "companyFilterType": "ALL",
6 "leaseDepartmentFilterType": "ALL",
7 "leaseGroupFilterType": "ALL",
8 "costCenterFilterType": "ALL",
9 "profitCenterFilterType": "ALL",
10 "wbsFilterType": "ALL",
11 "businessAreaFilterType": "ALL",
12 "functionalAreaFilterType": "ALL"
13}
📄 Description: Data transfer object representing the various filter types applicable to mass indexation processes within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
erpSystemFilterType |
string |
false |
none |
Type of the erp system filter |
leaseAreaFilterType |
string |
false |
none |
Type of the lease area filter |
businessUnitFilterType |
string |
false |
none |
Type of the business unit filter |
companyFilterType |
string |
false |
none |
Type of the company filter |
leaseDepartmentFilterType |
string |
false |
none |
Type of the lease department filter |
leaseGroupFilterType |
string |
false |
none |
Type of the lease group filter |
costCenterFilterType |
string |
false |
none |
Type of the cost center filter |
profitCenterFilterType |
string |
false |
none |
Type of the profit center filter |
wbsFilterType |
string |
false |
none |
Type of the wbs filter |
businessAreaFilterType |
string |
false |
none |
Type of the business area filter |
functionalAreaFilterType |
string |
false |
none |
Type of the functional area filter |
Enumerated Values
Attribute |
Value |
|---|---|
businessAreaFilterType |
ALL, LIST |
businessUnitFilterType |
ALL, LIST |
companyFilterType |
ALL, LIST |
costCenterFilterType |
ALL, LIST |
erpSystemFilterType |
ALL, LIST |
functionalAreaFilterType |
ALL, LIST |
leaseAreaFilterType |
ALL, LIST |
leaseDepartmentFilterType |
ALL, LIST |
leaseGroupFilterType |
ALL, LIST |
profitCenterFilterType |
ALL, LIST |
wbsFilterType |
ALL, LIST |