Difference between revisions of "Service"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 26: | Line 26: | ||
* [[Service/Kontoafstemning|Kontoafstemning]]: ''Build tasks for use in the 'kontoafstemning' solution'' | * [[Service/Kontoafstemning|Kontoafstemning]]: ''Build tasks for use in the 'kontoafstemning' solution'' | ||
* [[Service/Satelite synchronization|Satelite synchronization]]: ''Keep a slave server model and data in sync'' | * [[Service/Satelite synchronization|Satelite synchronization]]: ''Keep a slave server model and data in sync'' | ||
* [[Service/Custom codeunit |Custom codeunit ]]: ''Run your own codeunit at specified intervals'' |
Revision as of 14:50, 15 September 2018
Core services
- Flush mail queue: Sending emails ready in the queue
- Status actions: Handle timed status actions
- Send notifications: Handle user alerts according to user settings
- Import emails: Collect emails for the special Mailbox field
System maintenence
- Compress logs: Remove redundant entries in solution access logs
- Cleanup mail queue: Delete old mails from the email queue
- Cleanup event log: Delete old entrys from the event log
- User deactivation: Deactivate users than have not been online for a long time
System information
- Admin status email: Sends email containing status of last error and login
- License reporting: Sendes emails about how many userlicenses are active
- Website monitor: Polls another server to ensure certain content is present
Special functionality
- OLAP ...: Build data tables in standard OLAP cubes
- Olap fact builder: Build data tables in custom OLAP cubes
- Import from AD: Synchronize users/groups in LDAP repository
- Kontoafstemning: Build tasks for use in the 'kontoafstemning' solution
- Satelite synchronization: Keep a slave server model and data in sync
- Custom codeunit : Run your own codeunit at specified intervals