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

698 total results found

Compliance external

Features Security

Request logging The webserver itself can be set up to do make detailed logs in file , containing for example Request timestamp, IP and session ID Stacktraces on errors Depending on your security setup you might want to log these to a central repository

Styling

Dashboards

Note: Dashboard styling is under development Dashboard styling For CSS flex ordering dashboard elements you can add one of these classes to the dashboard tsDashboardLayoutRow tsDashboardLayoutColumn Widget styling The following classes can freely be ...

Needs Work

Get started

Dashboards Diagram widget configuration

This information is also applicable to the field Visual extra: SQL: Diagram query. This site only describes the specifics of the diagram widgets, for general widget configuration click here. This article will only cover the newest version of graphs implement...

Needs Work

Data and Internationalization

Dashboards Diagram widget configuration

An SQL Query may extract almost anything from the database. This process ignores the security restrictions in the system, so you will have to implement them yourself. Structure The structure is the same for all graphs. The first row of data will be used fo...

Adding functionality

Dashboards Diagram widget configuration

It is possible to add some simple funktionality to charts, by adding links. This feature is limited to one link pr x-axis value. To add a link, add a column named "Link" to the query. Whatever this column contains will become a link, that can be navigated t...

Needs Work

Graph defaults

Dashboards Diagram widget configuration

The graphs all reference the js object tsChartDefaultOptions, with a couple of tweaks. To see the defaults, open the terminal in you browser, on a page that has a graph and type the name of the object. Specifik defaults These can't be overwritten. Area sta...

Needs Work

Colors

Dashboards Diagram widget configuration

The colors used, can be overwritten in the Policy diagramChartJSColors. The structure of the policy is very strict. The policy has to be formatted as a js array of strings that represent an rgb color. Thus: It has to start with [ and and with , ]. Each col...

Needs Work

Many pages / long page name

Design & Styling Tricks and hacks

The following code will shorten page selectors, unless they are hovered or active .tablePageSelector td a { max-width: 80px; overflow: hidden; text-overflow: ellipsis; font-size: 80%; } .tablePageSelector .tablePageSelectorElementAct...

Needs Work

Rounded corners missing in simple menu mode

Design & Styling Tricks and hacks

When a user is running in the context of a simple user certain buttons will be hidden, and on displayed in the expanded menu ("burger"). Previous buttons might have their corners correctly, which can be mitigated by removing the items (they are normally just h...

Needs Work

Install components

Standard Integrations E-Boks doc2mail

Before you start ensure Java 8 is the default Certificate Ensure you have a valid certificate sudo nano /mnt/sda/certs/doc2mail.pke Copy paste contents of the certificate sudo chmod 777 /mnt/sda/certs/doc2mail.pke Binaries Download OneTooX implementatio...

Test commandline setup

Standard Integrations E-Boks doc2mail

In this step you will configure and test the configuration for the commandline Update the parameters below i: Location of a test PDF t: Name of the document type r: A real CPR number Execute the following command java -cp .:/mnt/sda/deploy/doc2mail/*...

Server configuration: Linux

Standard Integrations E-Boks doc2mail

In this step you will deploy the commandline configuration Make the following substitutions i: $DOCUMENT title: $TITLE r: $CPR testmode: 0 The connection string should look something like java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.client.File...

Server configuration : Windows

Standard Integrations E-Boks doc2mail

In this step you will deploy the commandline configuration Make the following substitutions i: @@DOCUMENT@@ title: @@TITLE@@ r:@@CPR@@ testmode: 0 The connection string should look something like java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.cli...

Sending emails

Standard Integrations

Preparations Get the information of the outbound server Server address Mail account Note that the SMTP server may be the same as the IMAP or POP server Setup in Tempus Serva backend Go to: Designer > Modules > Configuration In the 'Text' search fiel...

Needs Work

Wrapping emails

Design & Styling Email templates

It is possible to wrap all emails sent by the system in an MJML or HTML wrapper. Our implementation of the MJML engine is a bit unstable, so it is recommended to build the wrapper using MJML, then exporting the HTML version and uploading that to the platform....

Inserting data

Design & Styling Email templates

To insert data from a record,,into an email, the following syntax is used. {FIELDNAME} Custom functions A couple of functions are implemented, allowing minor modification of data from fields, before inserting it. Syntax: @[FUNCTION]({FIELDNAME} [PARAMETER]...

System templates

Design & Styling Email templates

Templates can be changed in the designer: Modules > Configuration Invitation template HTML can be edited in Template.WelcomeUser and Template.WelcomeUserLink Supported tags {APPLICATION} {LOGINURL} {USERNAME} {PASSWORD} Password reset template HTM...

Embed TS in other sites

Standard Integrations

To embed the output of a public codeunit, on another website, the following code can be used. <div id="tsContent"></div> <script type="text/javascript"> $.ajax({ url: 'https://[SYSTEM-DOMAIN]/[APP-NAME]/mainpublic?command=[CODEUNIT-NAME]]', ...

Cloud backup overview

Command line tools

Backup of Tempus Serva instances running in AWS is done in the following manner Instance saves .sql for each table in the database Remote backup server Rsyncs the files from EACH instance Build daily archives containing all .sql files Registers succes...

Needs Work

SignNemIdActionStatus

Common Codeunits StatusAction

What it does Send a document from a document field to signing with NemID. The user will be notified via email containing a link for where to sign the document When signing a document is generated including a NemID signature After signing the documents sa...