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

Get started

Dashboards Diagram widget configuration

This information is also applicable to the field Visual extra: SQL: Diagram query. This site only describes the specifics of the diagram widgets, for general widget configuration click here. This article will only cover the newest version of graphs implement...

Needs Work

Adding functionality

Dashboards Diagram widget configuration

It is possible to add some simple funktionality to charts, by adding links. This feature is limited to one link pr x-axis value. To add a link, add a column named "Link" to the query. Whatever this column contains will become a link, that can be navigated t...

Needs Work

Graph defaults

Dashboards Diagram widget configuration

The graphs all reference the js object tsChartDefaultOptions, with a couple of tweaks. To see the defaults, open the terminal in you browser, on a page that has a graph and type the name of the object. Specifik defaults These can't be overwritten. Area sta...

Needs Work

Colors

Dashboards Diagram widget configuration

The colors used, can be overwritten in the Policy diagramChartJSColors. The structure of the policy is very strict. The policy has to be formatted as a js array of strings that represent an rgb color. Thus: It has to start with [ and and with , ]. Each col...

Needs Work

Rounded corners missing in simple menu mode

Design & Styling Tricks and hacks

When a user is running in the context of a simple user certain buttons will be hidden, and on displayed in the expanded menu ("burger"). Previous buttons might have their corners correctly, which can be mitigated by removing the items (they are normally just h...

Needs Work

Many pages / long page name

Design & Styling Tricks and hacks

The following code will shorten page selectors, unless they are hovered or active .tablePageSelector td a { max-width: 80px; overflow: hidden; text-overflow: ellipsis; font-size: 80%; } .tablePageSelector .tablePageSelectorElementAct...

Needs Work

Docusign Integration

Standard Integrations

Prereq To set up DocuSign integration an account that meets one of the following criteria is needed. A DocuSign-partner or Advanced developer" license To use the integration, the uploading user only needs a regular eSignature subscription. The integra...

Needs Work

Sending emails

Standard Integrations

Preparations Get the information of the outbound server Server address Mail account Note that the SMTP server may be the same as the IMAP or POP server Setup in Tempus Serva backend Go to: Designer > Modules > Configuration In the 'Text' search fiel...

Needs Work

Cloud backup overview

Command line tools

Backup of Tempus Serva instances running in AWS is done in the following manner Instance saves .sql for each table in the database Remote backup server Rsyncs the files from EACH instance Build daily archives containing all .sql files Registers succes...

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

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

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

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

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 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

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

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