Advanced Search
Search Results
698 total results found
AI Charts
Use DataWeaver to ask an AI questions about your data, to generate graphs or list, that can be used in dashboards.
Migrating an instance
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...
Update resume for entire entity
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
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...
Cleanup Inactive Model Parts
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 ...
Fix Docx Tags
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...
Reinvite Users
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 ...
Generate Video Thumbnails
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...
Export Template To WebDav
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...
Set Date On Status
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...
Bulk import files
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...
Command
DbConnection
EventHandler
Download Guide
See download links to the left, under Attachments <----------------------- Choose between English and Danish versions
Expanding a LUKS drive
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...