Skip to main content

Recently Updated Pages

Description

Codeunit reference PagecontentPublic

PageContentPublic are special variants of Pagecontent, that are publically accessible (they do no...

Updated 3 months ago by Theis Villumsen

Description

Codeunit reference Pagecontent

PageContent is activated by supplying the name of the class in a command Example for the codeuni...

Updated 3 months ago by Theis Villumsen

Event firing details

Codeunit reference Formevents

Event firing global The following events are ALLWAYS fired beforeSelectList beforeSelectItem...

Updated 3 months ago by Theis Villumsen

Creating the codeunit

Codeunit reference Formevents

Make sure that p2eShared.jar is included in the project Create a new class that extends ...

Updated 3 months ago by Theis Villumsen

Different codeunit types

Codeunit reference

Most likely you will need to create a Formevents that will allow specific changes for a solution,...

Updated 3 months ago by Theis Villumsen

Variables

Codeunit reference Developing codeunits

Variables can have a scope of either Request User session Application For permanent varia...

Updated 3 months ago by Theis Villumsen

Configuration / parameters

Codeunit reference Developing codeunits

Parameters are delivered through the method call, packed in a nice <String> Hashtable for easy ac...

Updated 3 months ago by Theis Villumsen

Error handling

Codeunit reference Developing codeunits

Exceptions are handled by themselves using the errorRegistration(Exception e) method. In case th...

Updated 3 months ago by Theis Villumsen

Steps for creating a new codeunit

Codeunit reference Developing codeunits

Create a new Java project in your favorite IDE Import the p2eShared.jar in the project Create...

Updated 3 months ago by Theis Villumsen

Cloning an instance

TS hosting instructions

Connecting to the server First you must access the commandline on the system in question. This i...

Updated 3 months ago by Theis Villumsen

External Certificate

TS hosting instructions Set up SSL/TLS/HTTPS

Acquire certificate Buy a certificate from a provider. Note that the max lifetime is currently 1...

Updated 3 months ago by Theis Villumsen

Old implementation

TS hosting instructions Set up SSL/TLS/HTTPS

The following is the old, manual, way of installing SSL certs. Tomcat 7 automatic installation...

Updated 3 months ago by Theis Villumsen

Automated renewals

TS hosting instructions Set up SSL/TLS/HTTPS

Before starting test that the renewal process works /opt/letsencrypt/letsencrypt-auto renew --...

Updated 3 months ago by Theis Villumsen

Basic setup

TS hosting instructions

All the following canges are carried out in the Tempus Serva designer Company logo Upload you...

Updated 3 months ago by Theis Villumsen

Description

SMB Suite

The suite is a collection of common IT tools needed to run a company. Components CRM Workday...

Updated 3 months ago by Theis Villumsen

Description

Workday Hours

Time recording has become a statutory requirement for all white-collar workers in the EU. Often t...

Updated 3 months ago by Theis Villumsen

Description

CRM

Custom Relation Management comes with a basic setup that fits most companies, but you are suppose...

Updated 3 months ago by Theis Villumsen

Extract list of users and groups

Useful SQL

One line for each group SELECT user.Name, user.EMAIL, user.IsActive, usergroup.Groupname, usergr...

Updated 3 months ago by Theis Villumsen

Code example

Java API

The following example shows how data is retrieved from af collection of templates and used to cre...

Updated 3 months ago by Theis Villumsen

Retrieve data

Java API

Data are extracted from the query resultset using a relative reference to the record number for ...

Updated 3 months ago by Theis Villumsen