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

459 total results found

REST service

Features Integrations

Expose data though REST.

Needs Work

eBoks

Features Integrations

Send messages via eBoks

Needs Work

FTP

Features Integrations

Expose uploaded documents via FTP.

Needs Work

WebDAV

Features Integrations

Expose uploaded files via WebDAV

Needs Work

Send notifications

Features Integrations

Send notifications to users via SMS/Email

Needs Work

Sign documents

Features Integrations

Sign documents using DocuSign or MitID

Needs Work

WCAC

Features Accessibility

See Compliance

Needs Work

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

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