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

704 total results found

AI Charts

Features AI

Use DataWeaver to ask an AI questions about your data, to generate graphs or list, that can be used in dashboards.

Needs Work

Migrating an instance

TS hosting instructions

How to migrate a running instance to a new server, with a message on the old server about the migration. Set up a new server (Scaleway hosting) Install the newest alpha release on the new server On the old server, if a notice about migration is wanted/nee...

Needs Work

Update resume for entire entity

Common Codeunits Pages

What it does Updates the resume for all records in a given entity How to invoke The page is called with the command: com.tsnocode.codeunit.backend.UpdateEntityResumes Requires the following parameter SagID Example of usage: main?command=com.tsnocode...

ChangeParentStatusAction

Common Codeunits StatusAction

What it does Changes the status of a parent record, once all siblings are in a given state(status). First setup Set the variables myParentField parentStatusID How to invoke Add a status action that invokes this codeunit. Options If the setup is un...

Needs Work

Cleanup Inactive Model Parts

Common Codeunits Pages

What it does Removes all states in an entity, that have no records and are marked as inaktive. How to invoke Call the codeunit, with the SagID to clean. main?command=com.tsnocode.codeunit.backend.CleanupInactiveModelParts&SagID=[SagID] Developer info ...

Needs Work

Fix Docx Tags

Common Codeunits Pages

What it does Tries to fix templating tags in a docx template. How to invoke Call the codeunit, along with a TemplateID main?command=com.tsnocode.codeunit.backend.FixDocxTags&TemplateID=[TemplateID] Developer info Type: CodeunitPagecontent Security: ad...

Needs Work

Reinvite Users

Common Codeunits Pages

What it does Resets passwords and sends out welcome messages, to all of the listed emails. First setup Setup the configuration "ReinviteUsersGroupID". How to invoke Call the page main?command=com.tsnocode.codeunit.backend.ReinviteUsers Input the emails ...

Needs Work

Generate Video Thumbnails

Common Codeunits Pages

What it does Generates missing thumbnails for files in an entity. First setup Make sure the application is using filesystem storage (filesystemStorageActive) How to invoke Call the page main?command=com.tsnocode.codeunit.common.GenerateVideoThumbnails&Sa...

Needs Work

Export Template To WebDav

Common Codeunits Pages

What it does Exports a template, saves it to the record, and opens it via webdav. First setup Add an action button with the correct parameters How to invoke Call the page, e.g. via an action button main?command=com.tsnocode.codeunit.common.SaveTemplateTo...

Needs Work

Set Date On Status

Common Codeunits StatusAction

What it does Sets one or more fields to today's date when the codeunit is run. First setup Create a Configuration on the entity named "SetDateOnStatus.[StatusID]", which contains the system name(s) of the field(s) to be corrected.If multiple fields, separat...

Needs Work

Bulk import files

Common Codeunits Pages

What it does Imports files and creates a record for each of them. First setup [Optional, if extra config is required to get the codeunit working] How to invoke Open the page main?command=com.tsnocode.codeunit.system.bulkimport.ImportPage   Options [Op...

Needs Work

Command

Java API

Needs Work

DbConnection

Java API

Needs Work

EventHandler

Java API

Needs Work

Download Guide

Build your first app

See download links to the left, under Attachments <----------------------- Choose between English and Danish versions

Expanding a LUKS drive

Server maintenence

First make sure that the drive is opened and mounted. Run the commands sudo cryptsetup resize [Drive] sudo resize2fs /dev/mapper/[Drive] To find out what [Drive] is supposed to be, examine the following commands output sudo lsblk In the following example...

Needs Work

Entity Settings

Entities

Below is the full list of settings found on any given Entity. This is the expanded view, which is available when toggling the slider in the top right. Below the image are explanations of every setting. Top buttons deploy live: Submits all new entity and fi...

Dynamically change users exclusive group

Common Codeunits Pages

What it does Gives the user a list of exclusive groups defined in the application. The user can select one and will have their exclusive group set to that value untill they sign out. Also supports changing the users exclusive group, if the already have one. ...

Needs Work

Remote debugging in Netbeans

TS hosting instructions

How to enable debuggning in netbeans on a remote server, to enable break points. The server Enable remote debugging in Tomcat.Edit the service file sudo nano /etc/systemd/system/tomcat[VERSION].service Copy the "CATALINA_OPTS" line and comment the old one ...

Performance optimization

Server maintenence

After version 11049, add the following parameter to the tomcat configuration  -XX:SoftRefLRUPolicyMSPerMB=288000 It allows tomcat to keep SoftReferences in memory for 288 seconds pr availble MB og memory in the application.This optimizes caching in the applic...