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

541 total results found

Custom code

Features Integrations

In some cases there will be a need for specialized functionality. Using codeunits you use all of the existing nocode features, and just do the special features in custom code. The platform will handle WHEN to execute the code, while you make the code do WHAT...

Needs Work

Customized design

Features Styling

To customize the look and feel of your platform, you can excert detailed control of all design elements Stylesheets defining colors, graphics and fonts Templates (rendering) controlling how pages are rendered Wrapper controlling the header and footer on a...

Needs Work

Dashboards

Features

Dashboards are informationaly boards consisting of a multitude of widgets. We often segregate dashboards into Operational dashboards Management dashboards Widgets for everything TS has a long list of content List of items to handle Aggregated data...

Needs Work

Data reports

Features Data handling

In order to see the data you want two Selecting data Working with data Selecting data Data selection in TS is easy due advanced functions Partial strings Numerical ranges Date period ranges Included in other views Location areas Criterions ma...

Needs Work

Internationalization

Features Accessibility

TS supports multiple languages in the same solutions. Out of the box includes Danish and English, but it is easy to add additional languages, The following elements in the TS No-code Platform may have separate language settings Standard GUI elements Solu...

File management

Features Data handling

TS solutions will often include files either as related content or generated artifacts. All you have to do to add file support for a solution, is adding field of type Files. Office files can be edited online (WebDAV) and media files will be handled gracefully...

Needs Work

WebDAV

Standard Integrations

About our WebDAV implementation Supported document types: Word, Excel, Powerpoint. The implementation does not require SSL to be enabled on the server, but it is recommended. Sometimes the action of saving a file, that was opened using WebDAV will fail, b...

Needs Work

Multi device

Features Styling

By default alle applications built on the platform will work equally well on PC's, phones and tablets. Certain features on phones are automatically available when using these devices Clicking phone numbers will make a call Camera will open when adding pic...

Needs Work

MitID og Eboks

Features Communication

Via the builtin interfaces to eBoks and MitID, it is possible to interact with users that we have no previous interaction with. No email or account is required, because CPR numbers (danish social security) are used as key for their persons. eBoks messaging ...

Needs Work

Convert database to UTF-8

Common Codeunits Pages

What it does Special characters causing errors The default support for UTF8 is 3 byte. Using 4 byte UTF content in text areas, can cause errors, that looks like java.sql.SQLException: Incorrect string value: '\xC2\x96 Z. ...' for column 'NOTES' at row 1 H...

Needs Work

Dump files to disk

Server maintenence

DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. You must also have access to the database se...

Needs Work

Hacking dependent values

JavaScript functions

The following article is subject to change during 2020: The functions lookupBuilderShowAll and lookupBuilderFilter will probably become a part of the standard TS javascript library. Example: Show all sub categories for a distinct main value In the following ...

Needs Work

LDAP

Standard Integrations

Basic configuration is the name of the LDAP server and domain that is binded to the application ldapServer ldapDomainDefault All configuration options are found in: Policy#Active directory Synchronization options Different options for LDAP integration...

Needs Work

Consuming a Content Source

Integration services Content source (aka CMS data delivery)

CMS content provider The CMS connector will allow CMS systems to extract information from a TempusServa system, and display it inline in other pages. Example: Data extracted from the Tempus Serva connector http://alpha.tempusserva.dk/TempusServa/cmsinterfa...

Needs Work

Frontend

Known issues

Certain texts result in error when saving When saving you get an error that looks like this Incorrect string value: '\xC2\x94s\xC3 Your database is in legacy format and needs updating main?command=dk.p2e.blanket.codeunit.common.PageConvertDatabaseToUTF8 S...

Needs Work

Designer

Known issues

References not fixed during restore where components need renaming (solution/bundles) Workaround: Correct all parent/child references manually and redeploy solution Solution configurations cannot be set to an empty value Workaround: Set value to single whit...

Needs Work

Engine

Known issues

No unfixed issues

Needs Work

Container specific

Known issues

MySQL Error migrating from 5.x to 8.x Error messages ORDER BY clause is not in SELECT list, references column ... ([more]) Invalid default value for 'CreatedAt' ([more]) The default SQL mode is causing trouble: ONLY_FULL_GROUP_BY (prevent order on ...

Needs Work

Bulk importing files

Common Codeunits Pages

What it does This page describes how to setup the bulk-import codeunit, to import a lot of files at once and generate a separate record in an entity, for each file. First setup First, setup an entity with at least two fields: A text-field for the filename a...

Needs Work

Activate the search servlet in your installation

OCR and Fileindexing Constellio

The search servlet is deactivated by default. Edit the <tomcat>/webapps/<Tempus Serva>/WEB-INF/web.xml Remove comments from the search servlet Remove comments from the search filter If you are using web container security please remove it from the sear...

Needs Work