Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

459 total results found

Internationalization

Features Accessibility

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...

Needs Work

File management

Features Data handling

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...

Needs Work

WebDAV

Standard Integrations

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...

Needs Work

Multi device

Features Styling

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...

Needs Work

MitID og Eboks

Features Communication

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 ...

Needs Work

Convert database to UTF-8

Common Codeunits Pages

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...

Needs Work

Dump files to disk

Server maintenence

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...

Needs Work

Hacking dependent values

JavaScript functions

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 ...

Needs Work

LDAP

Standard Integrations

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...

Needs Work

Consuming a Content Source

Integration services Content source (aka CMS data delivery)

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...

Needs Work

Frontend

Known issues

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...

Needs Work

Designer

Known issues

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...

Needs Work

Engine

Known issues

No unfixed issues

Needs Work

Container specific

Known issues

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 ...

Needs Work

Bulk importing files

Common Codeunits Pages

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...

Needs Work

Activate the search servlet in your installation

OCR and Fileindexing Constellio

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...

Needs Work

Prepare Constellio

OCR and Fileindexing 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...

Needs Work

Introduction

OCR and Fileindexing Elastic search

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...

Needs Work

Install

OCR and Fileindexing Elastic search

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...

Needs Work

Install TS indexing service

OCR and Fileindexing Elastic search

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...

Needs Work