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

430 total results found

Local development environment tutorial

TS hosting instructions

This tutorial's goal is to explain how to set up the TS-nocode platform and database on a Windows PC. You will need TortoiseSVN Apache Tomcat 8.5 Netbeans 8.2 running JDK 1.8 MariaDB 11 Navicat for MariaDB TempusServa.war mariadb-java-client-3.1.4 ...

Needs Work

MitID Integration

Standard Integrations

What it does We have a generic integration to Criipto (a MitID, and other eID, broker) and an account, allowing for sign in and document signing with MitID/nemID. Sign in Sign in can be setup as a webinterface or as SSO from the login-page (not fully suppor...

Needs Work

Move a File

Common Codeunits Pages

What it does Moves a file from one document-field to another, on the same entity. Works between document-fields with and without signing. How to invoke Add the following snippet to the entity scripts. This enables movement between all document-fields on th...

Needs Work

Moving database from live to test

Useful SQL

Option: Database creation I can there is no database already please perform the following steps (assuming new db is named "sandbox") mysql -uUSERNAME -pPASSWORD CREATE DATABASE IF NOT EXISTS sandboxbase; CREATE DATABASE IF NOT EXISTS sandboxtest; CREATE ...

Needs Work

Hardcoding policies

Server maintenence

As of version 2143 configuration values can be hardcoded/overloaded. The server policies can be hardcoded into the deployment file for various reasons Ensure system values are not subject to change in the designer Ease environment replication: Just copy t...

Needs Work

Enable Twofactor SMS authentication

How to Harden Your Application

Understanding two factor authentication Two factor security will require authenticated user to Provide a passcode sent to their cell phone Login from one the office IP addresses ("Office IP") Login from an IP that they have succesfully logged in from X t...

Needs Work

Codebase development over time

Glossary (nomenclature)

Designer configuring the solution meta models Engine handling the solution meta models Tempus Serva core databases Client side scripting Linux administration tools

Needs Work

Platform metrics

Glossary (nomenclature)

Performance indicators Tested on a standard AWS small server Setup Topology: Seperate frontend / database server Hardware: 4 Core CPU, 2 Gb RAM Software: Windows, MySQL, Tomcat Usecases: login, list, item, update, export Results Frontend server: ...

Needs Work

Server configuration

Policy reference

System name Display name Explantion Extra info applicationBasePath Application folder Location of WAR / deployed web application   applicationDisplayName Application display name Name of application displayed to users   applicatio...

Needs Work

Setting up an Application Entity

Working with Templates

Once you have identified the variable data in the document you can begin building the Application Entity to feed into the document or use an existing entity. Every field in a TS Application has a unique system name (all caps) e.g. DATE, USER, WEIGHT, etc. Each...

Needs Work

Database connection / SQL

Integration services Scheduled data imports

Databases fields are mapped to solution fields by their SQL names. The SQL import allows for incremential imports, by adding a datetime filter on the records extracted. Connections for the remote database is set up in: Designer > Integration > DB Connections

Needs Work

CSV file import

Integration services Scheduled data imports

CSV imports are handled much in the same way as SQL connections using af CSV database driver. The differences are Use the filename as substitute for the table name Files have to be placed in the folder set by the configuration: folderIntegrationCSV Suppo...

Needs Work

Parsing XML data files

Integration services Scheduled data imports

XML fields are mapped to solution fields by xpath expressions. XML integration also handles task splitting and handling. Each file is split into multiple smaller requests, that are logged and handled individually. In that way an error in a single line, will n...

Needs Work

Converting emails to data

Integration services Scheduled data imports

The email import converts new emails sent to a certain account. A few special email "values" can be mapped to solution fields Email: Senders address Subject: Email subject title line (text) Content: Text payload in email (rich text) Attatchments: Files ...

Needs Work

Problems with wrappers

TS hosting instructions Set up SSL/TLS/HTTPS

The usage of wrappers can result in SSL warnings. If your solution is depending on the use of Wrappers, please tjeck the following All style, script and image references are made with HTTPS No referenced stylesheets depends on images using HTTP If the ...

Needs Work

Requirements

Server maintenence

Hardware requirements Tempus Serva is a highly optimized platform, that will run on even the smallest server configurations: The software will even run on the Raspberry PI (worlds smallest common Linux platform). For running EC2 instances small server is reco...

Needs Work

Data handling

Startup FAQ

Storage and backup You can choose between On premisis (customer location) Cloud hosting Cloud hosting will be handled on Amazon Web Services Europe (AWS) datacenters in either Ireland or Sweden. Backup is done to segregated triple redundant storage ...

Needs Work

Security

Startup FAQ

Authentication Authentication is based on username/password. Optionally 2-factor authentication can be set up using af mix of SMS sent to phone IP address of callers Single sign on (optional) Single sign on integration is included for ADFS LDAP (...

Needs Work

Hosting

Startup FAQ

TS recommends using hosted cloud servers, but on prem setup is also possible. Read about Requirements if you want to install your own server.

Needs Work

Requirements

Startup FAQ

Languages Frontend can run multiple languages simultaneously. Preconfigured languages English Danish Other languages can be setup in the backend Backend language is English Software User clients A modern browser is needed Chrome Mozilla ...

Needs Work