Advanced Search
Search Results
459 total results found
Internationalization
TS supports multiple languages in the same solutions. Out of the box includes Danish and English, but it is easy to add additional languages, The following elements in TempusServa may have separate language settings Standaard GUI elements Solution specif...
File management
TS solutions will often include files either as related content or generated artifacts. All you have to do to add file support for a solution, is adding field of type Files. Office files can be edited online (WebDAV) and media files will be handled gracefully...
WebDAV
About our WebDAV implementation Supported document types: Word, Excel, Powerpoint. The implementation does not require SSL to be enabled on the server, but it is recommended. Sometimes the action of saving a file, that was opened using WebDAV will fail, b...
Multi device
By default alle applications built on the platform will work equally well on PC's, phones and tablets. Certain features on phones are automatically available when using these devices Clicking phone numbers will make a call Camera will open when adding pic...
MitID og Eboks
Via the builtin interfaces to eBoks and MitID, it is possible to interact with users that we have no previous interaction with. No email or account is required, because CPR numbers (danish social security) are used as key for their persons. eBoks messaging ...
Convert database to UTF-8
What it does Special characters causing errors The default support for UTF8 is 3 byte. Using 4 byte UTF content in text areas, can cause errors, that looks like java.sql.SQLException: Incorrect string value: '\xC2\x96 Z. ...' for column 'NOTES' at row 1 H...
Dump files to disk
DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. You must also have access to the database se...
Hacking dependent values
The following article is subject to change during 2020: The functions lookupBuilderShowAll and lookupBuilderFilter will probably become a part of the standard TS javascript library. Example: Show all sub categories for a distinct main value In the following ...
LDAP
Basic configuration is the name of the LDAP server and domain that is binded to the application ldapServer ldapDomainDefault All configuration options are found in: Policy#Active directory Synchronization options Different options for LDAP integration...
Consuming a Content Source
CMS content provider The CMS connector will allow CMS systems to extract information from a TempusServa system, and display it inline in other pages. Example: Data extracted from the Tempus Serva connector http://alpha.tempusserva.dk/TempusServa/cmsinterfa...
Frontend
Certain texts result in error when saving When saving you get an error that looks like this Incorrect string value: '\xC2\x94s\xC3 Your database is in legacy format and needs updating main?command=dk.p2e.blanket.codeunit.common.PageConvertDatabaseToUTF8 S...
Designer
References not fixed during restore where components need renaming (solution/bundles) Workaround: Correct all parent/child references manually and redeploy solution Solution configurations cannot be set to an empty value Workaround: Set value to single whit...
Engine
No unfixed issues
Container specific
MySQL Error migrating from 5.x to 8.x Error messages ORDER BY clause is not in SELECT list, references column ... ([more]) Invalid default value for 'CreatedAt' ([more]) The default SQL mode is causing trouble: ONLY_FULL_GROUP_BY (prevent order on ...
Bulk importing files
What it does This page describes how to setup the bulk-import codeunit, to import a lot of files at once and generate a separate record in an entity, for each file. First setup First, setup an entity with at least two fields: A text-field for the filename a...
Activate the search servlet in your installation
The search servlet is deactivated by default. Edit the <tomcat>/webapps/<Tempus Serva>/WEB-INF/web.xml Remove comments from the search servlet Remove comments from the search filter If you are using web container security please remove it from the sear...
Prepare Constellio
Install Constellio Download the 1.3 installer Run the installer by doubleclicking the .jar file Install to MySQL database Run the Start constellio Setting up a connector Before setting up a connector create or choose a valid search scope Choose co...
Introduction
Adding Elastic search to you existing TS installation, will provide you with freetext searches in data and files. Files are indexed together with the data in the records, so a record can be found by either their record values (name, phone etc.) or by search h...
Install
In order to index records and files you will need to complete these steps Install standalone Elastic search server Install and configure Tempus Serva file indexing Configure the Tempus Serva installation Finally you may want to install optional compone...
Install TS indexing service
Install war file cd /usr/share/tomcat7/webapps/ sudo wget https://www.tempusserva.dk/install/tsFileIndexingService.war A couple of seconds later you can configure he data connection and paths for OCR librarys sudo nano /usr/share/tomcat7/conf/Catalina...