Advanced Search
Search Results
541 total results found
Solution Structure View
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...
EC2 server recovery
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...
Form 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...
Gantt Diagram
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 ...
Gantt Sync CodeUnit
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...
Recalculate Parent
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...
Inline dashboard
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');
JQuery / script cheatsheet
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...
Hardcoding policies
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...
Local development environment tutorial
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 ...
MitID Integration
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...
Move a File
What it does Moves a file from one document-field to another, on the same entity. Works between document-fields with and without signing. How to invoke Add the following snippet to the entity scripts. This enables movement between all document-fields on th...
Moving database from live to test
Option: Database creation I can there is no database already please perform the following steps (assuming new db is named "sandbox") mysql -uUSERNAME -pPASSWORD CREATE DATABASE IF NOT EXISTS sandboxbase; CREATE DATABASE IF NOT EXISTS sandboxtest; CREATE ...
Enable Twofactor SMS authentication
Understanding two factor authentication Two factor security will require authenticated user to Provide a passcode sent to their cell phone Login from one the office IP addresses ("Office IP") Login from an IP that they have succesfully logged in from X t...
Platform metrics
Performance indicators Tested on a standard AWS small server Setup Topology: Seperate frontend / database server Hardware: 4 Core CPU, 2 Gb RAM Software: Windows, MySQL, Tomcat Usecases: login, list, item, update, export Results Frontend server: ...
Codebase development over time
Designer configuring the solution meta models Engine handling the solution meta models Tempus Serva core databases Client side scripting Linux administration tools
Server configuration
System name Display name Explanation Extra info applicationBasePath Application folder Location of WAR / deployed web application applicationDisplayName Application display name Name of application displayed to users applicati...
Interface behaviour
System name Display name Explanation Extra info allowAliasQueryParameters Allow Query alias parameters Allow alternate names for parameters used in LIST searches. Alternate names can be set programmatically. allowFieldSelectionInLists ...
Active directory
System name Display name Explanation Extra info ldapAuthentication Use LDAP authentication Is LDAP logon active ? Integration/LDAP ldapAuthenticationFallback Use fallback authentication if LDAP fails Allow internal database verification...
Security
System name Display name Explanation Extra info doAdvancedGroupSecurity Advanced group security Enables: A) Groups inside groups B) Multiple exclusive groups policyHideValues Hide overloaded policies Hide values for policies that have...