Advanced Search
Search Results
541 total results found
CSS for form buttons in page footer
.tsUpdateButtons { position: fixed; bottom: 0px; width: 92%; max-width: 1200px; padding: 0px 0px 2px 0px; z-index: 26; background-color: transparent; opacity: 1; } .submitOption, .updateSubmit { max-width: 22%; line-height: 1;...
CSS for printing labels
The below case will style a certain dashboard widget outputting LI elements @page { margin: 0cm; /* page reset */ } @media print { html * { margin: 0px; padding: 0px; } /* page reset */ #Widget23 ul { padding: 12mm 6mm 12mm 6mm; margin-bottom: 0; }...
Interface templates
Interface templates is cleartext text content in HTML format, that is edited directly the backend. Two types of tags exist General repeatable placeholders Specific placeholders referencing a single field Specific placeholders have priority, over generi...
Export templates
Export templates are binary files uploaded to the template, containing special tags where the content from Tempus Serva fields should be inserted. Transformation of tables, files etc. is done automatically. An example for a Word report is found here: Word doc...
Displaying vacancy list in CMS
The following describes how to inject the list of vacancies created in TalentPiper directly into a web page. This helps: Reuse styling/layout from standard pages Content is indexed properly with search engines Integrating with WordPress using PHP From...
Add links to add user to candiate database
Anywhere in a webpage you can add a link to the candidate interface https://talentpiper.com/demo/webinterface?nykandidat Example of HTML for a popup window <a target='_blank' href='https://talentpiper.com/demo/webinterface?nykandidat'>add me to candidate da...
Tenant whitelabeling
The Tenant whitelabeling feature allows you to apply different branding and styling for each ExclusiveGroup in an application. This is handled by inserting an additional stylesheet into the page, by including a special codeunit page inside ALL pages (displaye...
Hardening Tomcat
Secure SSL ciphers If you are running your Tomcat installation behind a reverse proxy, these recommendations will not be needed, as Tomcat is not terminating SSL/TLS. Change the HTTP connector please use the following ciphers (<tomcat>\conf\server.xml) TLS_...
OLAP example
We have a solution Change management [changemanagement] The solution contains the following lookup fields Scope [TYPE] Type [TASKTYPE] It also has some decimal values Estimate [ESTIMATE] Realized [REALIZED] In our reporting we want to see d...
Schema cheatsheet
Introduction The below paragraphs contains sample snippets for your OLAP schema. Precise documentation on how to define a schema, can be found at: http://mondrian.pentaho.com/documentation/schema.php Schema structure overview Table (one): Structure: T...
Status Notifications
Special tags for notification Data in emails Dynamic field content can be inserted using {FIELD_SYSTEM_NAME} syntax. For status notification content the following tags will also be populated {USER}: Name of the user {RESUME} Name of the record {LINK}: ...
Word documents from templates
Basic template Checklist [Solution] > "Advanced" > Template: "Add" Copy template tags from popup: "Template field tokens" > "Office" Prepare file on local PC Copy placeholder tags from backend Save in safe location so you dont need to download ...
Understanding access control
Usages TS are based on a principle of building ONE application for MANY users. Instead of building and maintaining multiple user interfaces, rules declarations restrict what a user can do What fields are available When records are available Whet records...
Multi tenancy
Usages TS has built multi-tenancy support allowing to build segregated applications for multiple parties, while still having users working across organizational units. Data in the system can be handled in different ways Owned by a single group of users S...
Relational database
Since the 1960 it has been well known that SQL databases are the way to go for complex systems storage. TS is based on the MySQL / MariaDB / Percona databases, and all data is fully normalized granting multiple benefits High performance with high volumes ...
Workflow engine
All entities in the system have workflow / lifecycle model attached to them. In addition all records will have a status field, indicating the records place in its workflow. Each step in a workflow is called a status, and influences how records behave in that s...
Single sign-on
TS NoCode contains its own user management. In order to minimize the effort in maintaining the profiles, and require less effort for users already authenticated in other systems. Oauth2 There are multiple Oauth 2 sources available Azure Office 365 Googl...
QR and NFC actions
QR code and NFC tags are plain and simply access to a URL, often with specific references to records. The purpose is to ease access to webbased resources, so the user can do things with a simple gesture or action. Common usecase scenarios are Working with...
Personal views
A View (also called List View) is a specific showing of a list of records from an Entity. Using the search and advanced search functions, you can choose to exclude records form the View using different parameters. The currently active parameters can be seen be...
Compliance
TS No-Code platform is designed to make sure that systems built on can be compliant without any work that needs to be done Security (ISO27k and ISAE) EU law (GDPR etc) Financial regulation OWASP security Depending on setup of the server OWASP level 1 ...