Description
AlertManagementService is a business object that manages alert system for SAP Business One application.
This object enables you to:
- Manage system and user alerts.
- Manage alert's recipients.
- Define event driven alerts and cyclic alerts.
- Delivere alerts by the use of email, SMS or FAX.
- Save the object in XML format.
Source table: OALT.
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: