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

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

Wrapping emails

Design & Styling Email templates

It is possible to wrap all emails sent by the system in an MJML or HTML wrapper. Our implementation of the MJML engine is a bit unstable, so it is recommended to build the wrapper using MJML, then exporting the HTML version and uploading that to the platform....

Inserting data

Design & Styling Email templates

To insert data from a record,,into an email, the following syntax is used. {FIELDNAME} Custom functions A couple of functions are implemented, allowing minor modification of data from fields, before inserting it. Syntax: @[FUNCTION]({FIELDNAME} [PARAMETER]...

System templates

Design & Styling Email templates

Templates can be changed in the designer: Modules > Configuration Invitation template HTML can be edited in Template.WelcomeUser and Template.WelcomeUserLink Supported tags {APPLICATION} {LOGINURL} {USERNAME} {PASSWORD} Password reset template HTM...

Embed TS in other sites

Standard Integrations

To embed the output of a public codeunit, on another website, the following code can be used. <div id="tsContent"></div> <script type="text/javascript"> $.ajax({ url: 'https://[SYSTEM-DOMAIN]/[APP-NAME]/mainpublic?command=[CODEUNIT-NAME]]', ...

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

SignNemIdActionStatus

Common Codeunits StatusAction

What it does Send a document from a document field to signing with NemID. The user will be notified via email containing a link for where to sign the document When signing a document is generated including a NemID signature After signing the documents sa...

SignNemIdActionStatusGenerator

Common Codeunits StatusAction

What it does Generates a document based on a defined template Send a document from a document field to signing with NemID. The user will be notified via email. The message contains a link to where to sign the document When signing a document is generated...

IntegrationFieldFixCPR

Common Codeunits CodeunitTranslator

What it does Cleans up external data in CPR format, for use in a scheduled integration. String are cleaned using the CPR translateInput method. Data will be cleaned before inserting without the use of this codeunit, but lookups and such might fail if the CPR...

Needs Work

IntegrationFieldFixDate

Common Codeunits CodeunitTranslator

What it does Cleans up external data in date format, for use in a scheduled integration. String are cleaned using the date translateInput method. Data will be cleaned before inserting without the use of this codeunit, but lookups and such might fail if the d...

Needs Work

IntegrationFieldLookupKey

Common Codeunits CodeunitTranslator

What it does Looks up another value based on the string provided, for use in a scheduled integration. A lookup will be executed substituting the @VALUE@ in the SQL expression passed to the codeunit. Note that the @VALUE@ is SQL escaped for security reasons....

Needs Work

IntegrationFieldValueMap

Common Codeunits CodeunitTranslator

What it does Looks up another value based on the string provided, for use in a scheduled integration. Values will be swapped from a list provided to this codeunit. An empty string will be returned if no match can be found. How to invoke Insert value in fi...

Needs Work

BuildUserProfileFromRecord

Common Codeunits FormEvent

What it does Creates a TS user from data in a record (name, email) Creates a user Assigns to a group Sends profile to user How to invoke Set the codeunit on the entity to: dk.p2e.blanket.codeunit.common.BuildUserProfileFromRecord Configuration Set ...

Needs Work

Hello World

Common Codeunits Public Pages

What it does Displays "Hello World" in a seperate page. Purpose is learning and testing. How to invoke Make a http request: .../main?command=dk.p2e.blanket.codeunit.common.PagePublicHelloWorld Configuration None Developer info Type: CodeunitPagecont...

Needs Work

PublicTokenBuilder

Common Codeunits Public Pages

What it does Usage example: Lets external users resend tokens for data they should have access to. Builds a token for accessing records using configuration options and dynamic parameters. It requires a record that has a reference to an email, to whom the tok...

Needs Work

Copy Structure

Common Codeunits Pages

What it does Will copy all fields except files and pictures, but all sub child entities (1 level, non recursive). How to invoke The page is called with the command: dk.tempusserva.codeunit.common.PageCopyStructure Takes the following parameters SagID D...

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

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

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

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