Difference between revisions of "Service"
Jump to navigation
Jump to search
old>Admin |
m (16 revisions imported) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
* [[Service/Status actions|Status actions]]: ''Handle timed status actions'' | * [[Service/Status actions|Status actions]]: ''Handle timed status actions'' | ||
* [[Service/Send notifications|Send notifications]]: ''Handle user alerts according to user settings'' | * [[Service/Send notifications|Send notifications]]: ''Handle user alerts according to user settings'' | ||
* [[Service/Import emails|Import emails]]: ''Collect emails for the special [[ | * [[Service/Import emails|Import emails]]: ''Collect emails for the special [[FieldMail|Mailbox]] field'' | ||
=== System maintenence === | === System maintenence === | ||
Line 15: | Line 15: | ||
=== System information === | === System information === | ||
* [[Service/Admin status email|Admin status email]] | * [[Service/Admin status email|Admin status email]]: Sends email containing status of last error and login | ||
* [[Service/License reporting|License reporting]] | * [[Service/License reporting|License reporting]]: Sendes emails about how many userlicenses are active | ||
* [[Service/Website monitor|Website monitor]] | * [[Service/Website monitor|Website monitor]]: Polls another server to ensure certain content is present | ||
* [[Service/Send ticket to admin|Send ticket to admin]]: Forward all unsolved support requests last 24 hours | |||
* [[Service/Ressource warnings|Ressource warnings]]: Send emails to admin if memory or disk runs low | |||
=== Special functionality === | === Special functionality === | ||
Line 26: | Line 28: | ||
* [[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'' |
Latest revision as of 11:55, 10 December 2021
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
- Send ticket to admin: Forward all unsolved support requests last 24 hours
- Ressource warnings: Send emails to admin if memory or disk runs low
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