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

735 total results found

Change login session duration

TS hosting instructions

To increase the number of minutes a session lasts do the following. Warning!This change affects all instances on a server! First, update the tomcat configuraion sudo nano /usr/share/tomcat/conf/web.xml Second, find the following config and adjust acordingl...

Disable ssh password login

TS hosting instructions

Add a sshd config file with the following content sudo nano /etc/ssh/sshd_config.d/99-ts.conf ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no Reload the SSH daemon sudo systemctl reload sshd WARNING!Now you are no longer able to c...

Hardcoding policies

Server maintenence

How to hardcode/overwrite/overload policies, making it impossible to change them at runtime. Modify the context file (the xml-file in tomcats conf folder), eg. nano /usr/share/tomcat/conf/Catalina/localhost/app.xml Within th Context element in the xml-file ...

Understanding templates

TS Comply (GDPR) For administrators

Needs Work

The different types of data processors

TS Comply (GDPR) For administrators

The system works with four different types of data processors.The ones generated from a template, ones from templates with shared audit, the fully managed ones and the custom ones. Data processor templates A template based data processor will allways be clon...

Needs Work

Understanding the datamodel

TS Comply (GDPR) For administrators

Data is split into three main chunks: Data processors, Systems and GDPR processes.

Needs Work

Understanding the dashboard

TS Comply (GDPR) For endusers

Needs Work

Preparing records of processing

TS Comply (GDPR) For endusers

How the wizard works, what gets created and short about the next steps.

Needs Work

Completing records of processing

TS Comply (GDPR) For endusers

Data to fill in and how to find it

Needs Work

Maintaining records of processing

TS Comply (GDPR) For endusers

Needs Work

Adding a proccessing activity

TS Comply (GDPR) For administrators

Needs Work

Adding a data processor

TS Comply (GDPR) For administrators

Needs Work

Adding a system

TS Comply (GDPR) For administrators

Needs Work

Mapping activities and systems

TS Comply (GDPR) For administrators

Needs Work

Adding a QR/Barcode scanner to a field

JavaScript functions Built-in functions

It is possible to add barcode/qr code scanner functionality to a field, as of version 11819.To do this, add the following snippit to the headers and scripts for the given entity and adjust accordingly. <script type="text/javascript" src="node_modules/html5-qr...

MigrateFilesToChildren

Common Codeunits Public Pages

What it does Helps migrate from a Files: Documents field to a related entity, with a Files: Documents field in single-file mode. Introduced in version 11879. How to invoke Make a http request: .../main?command=com.tsnocode.codeunit.common.MigrateFilesToCh...

Claude setup guide

Claude integration guides

Buy a subscription for Claude Code Claude Desktop setup Install Claude Code Desktop from https://code.claude.com/docs/en/desktop Create or appoint a folder on your pc that Claude can have access to. Somehow make sure that the Claude desktop app knows w...

Is Date weekend/holiday

Common Codeunits Pages

What it does Tests wether a date is a weekend date and/or a holiday (based on those that are input via the designer). Available from version 11968. First setup Just make sure that you maintain the list of holidays (in the designer). How to invoke Make an...

Status Overview

Dashboards Dashboard widget configuration

Added in version 11977. Shows a simple overview of amount of records in different status's (and status groups), with an custom line title and color. Sample Configuration The widget expects the "solution" to be the system name of the entity/solution that ...

Proxies and policies

TS hosting instructions

This page tries to show how to configure a couple of central policies, based on how TS is hosted. Tomcat on port 80/443 When running tomcat directly on port 80/443, the following policies should be set. Policy Value applicationIsBehindAReversePr...

Needs Work