Advanced Search
Search Results
459 total results found
REST service
Expose data though REST.
eBoks
Send messages via eBoks
FTP
Expose uploaded documents via FTP.
WebDAV
Expose uploaded files via WebDAV
Send notifications
Send notifications to users via SMS/Email
Sign documents
Sign documents using DocuSign or MitID
WCAC
See Compliance
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...
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...