Advanced Search
Search Results
459 total results found
Import from AD
Synchronize users/groups in LDAP repository [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.LDAPimport Default isActive: Default interval:
Kontoafstemning
Bygger afstemninger til brug for kontoafstemning (se vejledning) [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.solution.afstemning.KontoafstemningBuild...
Satelite synchronize
Keep a slave server model and data in sync [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.SateliteSynchronize Default isActive: Default inte...
Satelite synch data
[Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.SateliteSynchronizeData Default isActive: Default interval:
Attachment fetcher
Pick up files stored in emails on a certain IMAP account [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.email.EmailHandlerThread Default isAct...
Custom codeunit
Run custom codeunit defined in policy [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.RunCustomCodeunit Default isActive: Default interval: ...
Data index builder
Transfer uncommitted data to search engine [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.tempusserva.lucene.index.ServiceIndexDataStore Default isActive: Defaul...
File index builder
Process files in queue [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.tempusserva.lucene.index.ServiceIndexFileQueue Default isActive: Default interval:
Sync Azure AD
Synchronize Azure groups and users [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.tempusserva.services.azureusers.DirectorySynchronizer Default isActive: Default...
Usage reporting
Report your usage metrics (ex. user count) [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.tempusserva.services.licenses.ReportService Default isActive: Default i...
Import holidays
Fetches holidays one year ahead and saves them [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.LoadHolidays Default isActive: Default interva...
Maintain Resumes
Recalculates resume-values [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: dk.p2e.blanket.services.MaintainResumes Default isActive: Default interval:
Run BI SQL
Runs sql for entities with config called biSqlQuery [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: com.tsnocode.engine.services.BiService Default isActive: Default ...
Send service usage
Sends usage of different services, for billing [Describe the function the service executes] Configuration [If any configuration is available, and how to] Developer info Classname: com.tsnocode.engine.services.ServiceUsageService Default isActive: Def...
What are Stylesheets
Stylesheets can be applied in three ways Attached to solution Attached to solution interface Default application stylesheet Stylesheets are defined in: Designer > Ressources > Stylesheet Stylesheets contain CCS code to markup the page elements. The st...
Styling cheatsheet
Shared page styling All pages are structured in the following CSS class structure .TempusServaPage (root) .menuList .menuItem ... content ... Content can easily be wrapped around the "TempusServaPage" by use of wrappers Command bases sty...
CSS for form buttons in page footer
.tsUpdateButtons { position: fixed; bottom: 0px; width: 92%; max-width: 1200px; padding: 0px 0px 2px 0px; z-index: 26; background-color: transparent; opacity: 1; } .submitOption, .updateSubmit { max-width: 22%; line-height: 1;...
CSS for printing labels
The below case will style a certain dashboard widget outputting LI elements @page { margin: 0cm; /* page reset */ } @media print { html * { margin: 0px; padding: 0px; } /* page reset */ #Widget23 ul { padding: 12mm 6mm 12mm 6mm; margin-bottom: 0; }...
Interface templates
Interface templates is cleartext text content in HTML format, that is edited directly the backend. Two types of tags exist General repeatable placeholders Specific placeholders referencing a single field Specific placeholders have priority, over generi...
Export templates
Export templates are binary files uploaded to the template, containing special tags where the content from Tempus Serva fields should be inserted. Transformation of tables, files etc. is done automatically. An example for a Word report is found here: Word doc...