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

IntegrationFieldValueMap

Common Codeunits CodeunitTranslator

What it does Looks up another value based on the string provided, for use in a scheduled integration. Values will be swapped from a list provided to this codeunit. An empty string will be returned if no match can be found. How to invoke Insert value in fi...

Needs Work

BuildUserProfileFromRecord

Common Codeunits FormEvent

What it does Creates a TS user from data in a record (name, email) Creates a user Assigns to a group Sends profile to user How to invoke Set the codeunit on the entity to: dk.p2e.blanket.codeunit.common.BuildUserProfileFromRecord Configuration Set ...

Needs Work

Hello World

Common Codeunits Public Pages

What it does Displays "Hello World" in a seperate page. Purpose is learning and testing. How to invoke Make a http request: .../main?command=dk.p2e.blanket.codeunit.common.PagePublicHelloWorld Configuration None Developer info Type: CodeunitPagecont...

Needs Work

PublicTokenBuilder

Common Codeunits Public Pages

What it does Usage example: Lets external users resend tokens for data they should have access to. Builds a token for accessing records using configuration options and dynamic parameters. It requires a record that has a reference to an email, to whom the tok...

Needs Work

Copy Structure

Common Codeunits Pages

What it does Will copy all fields except files and pictures, but all sub child entities (1 level, non recursive). How to invoke The page is called with the command: dk.tempusserva.codeunit.common.PageCopyStructure Takes the following parameters SagID D...

Needs Work

Static Content

Common Codeunits Pages

What it does Displays configurable static HTML code. How to invoke Make a http request: main?command=dk.p2e.blanket.codeunit.common.PageStaticContent Configuration Set up HTML: Designer > Modules > Static content > StaticPageContent Developer info T...

Needs Work

Users By Group

Common Codeunits Pages

What it does Displays list of active users in the system. Multi mode function User normal: No filters User exclusive group: Filters users/groups that active user belongs to You can navigate through the pages Lists exclusive groups + none Lists use...

Needs Work

Users Online

Common Codeunits Pages

What it does Displays a list of users with a session on the current server How to invoke Make a http request: main?command=common.PageUsersOnline Configuration None Developer info Type: CodeunitPagecontent Security: Requires admin Classpath: dk.p2e...

Needs Work

Website Iframe

Common Codeunits Pages

What it does Displays a configurable webpage in an IFrame. How to invoke Make a http request: main?command=dk.p2e.blanket.codeunit.common.PageWebsiteIframe Configuration Set up IFrame options: Designer > Modules > Static content WebsiteIframeURL Web...

Needs Work

Solution Structure View

Common Codeunits Pages

What it does Lists the components (fields, status etc.) in the current solution. How to invoke Make a http request including a valid SagID: main?SagID=[SagID]&command=common.SolutionStructureView Configuration None Developer info Type: CodeunitPageco...

Needs Work

EC2 server recovery

TS hosting instructions

Recovery procedure without database backup Changes in AWS Make a snapshot of the running server Make a volume from the snap shot Name the volume: RESTORE COPY Create a NEW server Attatch the RESTORE COPY to NEW server on /dev/sdf Connect to new serv...

Needs Work

Form templates

Templates

Structure and syntax The structure of the tags in the HTML template are {header} {tablename} {pageselector} {default_start} {default_name} {default_value} {default_help} {default_end} {defaultField} {footer} You may also add additional ta...

Needs Work

Gantt Diagram

Common Codeunits Pages

What it does The platform has a build-in gantt chart generator.It supports zooming, nesting and relations. The datastructure has to be a single entity.If your data isn't contained in a single entity use Gantt Sync CodeUnit. Sample How to invoke To view ...

Needs Work

Gantt Sync CodeUnit

Common Codeunits FormEvent

What it does This is a codeunit that syncs data from one entity to another.It also calculates start/end dates if a duration and only one of the dates are given.If all three are given, an error will be thrown.It was developed to sync data from a couple of enti...

Needs Work

Recalculate Parent

Common Codeunits FormEvent

What it does A simple codeunit that allows you to force a complete re-calculation of an associated parent record. How to invoke Set the codeunit Classname of the entity to: dk.tempusserva.codeunit.common.GenberegnParent Configuration Set the following ent...

Needs Work

Inline dashboard

Design & Styling Tricks and hacks

In order to display a dashboard on a page for instance on an item add the following code to the custom script $('.mainContent form').append('<p class=inlineDashboard></p>'); $('.inlineDashboard').load('main?command=board&Dashboard=4&HideLinks=1');

Needs Work

JQuery / script cheatsheet

Design & Styling Tricks and hacks

Navigation Redirecting non administrators away from list views var params = window.location.href.split("?")[1]; if( params == "SagID=251&command=list" ) { if( ! $( "#TempusServaPage" ).hasClass( "IsAdministrator" ) ) { console.log("redirecting to m...

Needs Work

Hardcoding policies

Server maintenence

As of version 2143 configuration values can be hardcoded/overloaded. The server policies can be hardcoded into the deployment file for various reasons Ensure system values are not subject to change in the designer Ease environment replication: Just copy t...

Needs Work

Local development environment tutorial

TS hosting instructions

This tutorial's goal is to explain how to set up the TS-nocode platform and database on a Windows PC. You will need TortoiseSVN Apache Tomcat 8.5 Netbeans 8.2 running JDK 1.8 MariaDB 11 Navicat for MariaDB TempusServa.war mariadb-java-client-3.1.4 ...

Needs Work

MitID Integration

Standard Integrations

What it does We have a generic integration to Criipto (a MitID, and other eID, broker) and an account, allowing for sign in and document signing with MitID/nemID. Sign in Sign in can be setup as a webinterface or as SSO from the login-page (not fully suppor...

Needs Work