Advanced Search
Search Results
698 total results found
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 ...
Setting up an Application Entity
Once you have identified the variable data in the document you can begin building the Application Entity to feed into the document or use an existing entity. Every field in a TS Application has a unique system name (all caps) e.g. DATE, USER, WEIGHT, etc. Each...
Testing the Template
When you have finished the attachment process, go to the front-end to test the template. Navigate to the relevant entity, select an existing record or create a new record for testing. On the record, click the “Output” button in the toolbar and select the Templ...
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 Explantion Extra info applicationBasePath Application folder Location of WAR / deployed web application applicationDisplayName Application display name Name of application displayed to users applicatio...
Interface behaviour
System name Display name Explantion Extra info allowAliasQueryParameters Allow Query alias parameters Allow alternate names for parameters used in LIST searches. Alternate names can be set programmtically. allowFieldSelectionInLists Al...
Active directory
System name Display name Explantion Extra info ldapAuthentication Use LDAP authentication Is LDAP logon active ? Integration/LDAP ldapAuthenticationFallback Use fallback authentication if LDAP fails Allow internal database verfication u...
Security
System name Display name Explantion 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 ...
Creating a Document Template
Identify Variables and Sections Create a Document Template in Microsoft Word or use an existing document. In the example below, we will “build” a simple contract based on an existing document. Go through the document to identify Variables and Sections. Variab...
Scheduled services
System name Display name Explantion Extra info accountAnonoumousMeasure Anonoumous account (UserID) UserID used for normal system iteractions using the solution interfaces adminWarningSmsList Warning SMS number list List of administ...
Debug
System name Display name Explantion Extra info debugCacheResponse Caching succes / failure Log effects of caching. debugDaemonActivity Debug daemon runs Log all runs for Service and Server daemon debugDataLoads Debug while lo...
Filesystem
System name Display name Explantion Extra info folderImportFile Folder: Import files Processing folder. Will be set to default value if left empty. folderIntegrationCSV Folder: CSV data files Processing folder. Will be set to defaul...
Service daemon
System name Display name Explantion Extra info serviceAutostart Autostart service daemon Start the service daemon after boot. serviceDaemonHeartbeatSeconds Run daemon every seconds Frequency of daemon runs. Value should match the freq...