Advanced Search
Search Results
459 total results found
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 NoCode 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 o...
Custom code
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...
Customized design
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...
Dashboards
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...
Data reports
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...