Description
The Report Filter Service is a business object that manages the information displaied by tax report.
This object enables user to:
- Add new Tax report filter to the service.
- Delete a Tax report filter from the service.
- Get a list of all Tax report filter Ids that exists in the service.
- Update Tax report filter.
- Get Data interfaces.
Source table: OVTR.
Object Model
Remarks
To use the service:
- Connect to a valid company.
- Call the CompanyService, which is the main DI service that you must call before using any other service.
- Call the method GetBusinessService for the required service.
- Create an empty data structure related to the required service.
- or-
You can create a data structure from an XML file or XML string. - Set the required properties of the specified data structure.
- Call the required service method.
To display the form in the application:
- Select -- .
Example
AddTaxReportFilter Method
| DeleteTaxReportFilter Method
| GetTaxReportFilterList Method
| UpdateTaxReportFilter Method