Difference between revisions of "TS NoCode online documentation"

From TS NoCode wiki
Jump to navigation Jump to search
old>Admin
 
(69 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Welcome to the Tempus Serva support page.
Welcome to the TS NoCode online documentation


On this site you will find the documentation to aid you in your development of safe and flexible solutions.
On this site you will find the documentation to aid you in your development of safe and flexible solutions.


== Basic topics ==
== Insight and ressources ==
{|
{|
| '''[[What is Tempus Serva]]'''
 
| A graphical introduction to Tempus Serva
| '''[[Startup FAQ|Getting started]]'''
| Frequently asked questions during startup
|-
|-
| '''[http://www.tempusserva.dk/temptree/index.html Interactive field map]'''
 
| Browse all Tempus Serva features
| '''[[Features|Platform features]]'''
|Modules and features in the platform
|-
|-
| '''[[FAQ|Stakeholder FAQ]]'''
 
| Frequently Asked Questions from potential customers
| '''[[Security_setup|Security setup]]'''
|-
| Security and compliance features in the platform
| '''[[Quick start guide]]'''
| A get started introduction to Tempus Serva
|-
| '''[[Structure overview]]'''
| Solution building blocks explained
|-
| '''[[Functionality overview]]'''
|Main options and features
|-
|-
| '''[[Applications|Application overview]]'''
| Overview of common uses of the platform
|-
| '''[[Guides and tutorials]]'''
| '''[[Guides and tutorials]]'''
| Step by step guides to developers
| Step by step guides to developers
|-
| '''[[Related materials]]'''
| External ressources and related materials
|-
|}
|}


== Technical documentation ==
== Technical reference ==
{|
|  '''[[API v1.0|Java API (v1)]]'''
| Backend API for building new codeunits
|-
 
|  '''[[JavaScript functions v1.0|JavaScript functions]]'''
| Frontend API for tweaking interface behavior
|-
 
|  '''[[Integration/REST|REST interface]]'''
| Using built-in solution webservices
|-
 
 
|  '''[[Field type reference]]'''
| Documentation for all data model building blocks (content types)
|-
 
|  '''[[Policy reference]]'''
| Documentation for shared server configuration options
|-
 
|  '''[[Command reference]]'''
| Overview of commands and main functionality
|-
 
|  '''[[Codeunit reference]]'''
| Reference for common funtionality extensions
|-
 
|  '''[[Service|Scheduled services]]'''
| Scheduled services tools
|-
 
|  '''[[Integration|Integration services]]'''
| System integration options including REST services
|-
 
|  '''[[Command line tools]]'''
| Tools for maintaining your UNIX platform
|-


* '''[[Requirements|Requirements and compability]]'''
'''[[Server maintenence]]'''
Server hardware/software requirements and user client support
| Tips for hosting TS servers
|-


* '''[[Field type reference]]'''
| '''[[Known issues]]'''
Documentation for all data model building blocks (content types)
| Behaviour per design, issues and system warnings


* '''[[Policy reference]]'''
|}
Documentation for shared server configuration options


* '''[[Command reference]]'''
== Application support ==
Overview of commands and main functionality


* '''[[Service|Scheduled services]]'''
{|
Scheduled services tools


* '''[[Integration|Integration services]]'''
'''[[Basic setup]]'''
System integration options including REST services
| Basic customization
|-


* '''[[Codeunit reference]]'''
Reference for common funtionality extensions


* '''[[API v1.0|Java API version 1.0]]'''
'''[[TalentPiper]]'''
Tempus Serva API for building new codeunits
| Recruitment software
|-


* '''[[Command line tools]]'''
'''[[Whistleblower]]'''
Tools for maintaining your UNIX platform
| Multitenant solution for whistleblowing
|-


* '''[[Server maintenence]]'''
'''[[Intect Flow]]'''
Tips for hosting TS servers
| Multicompany salary management
|-


* '''[[Platform metrics]]'''
'''[[COMPASS]]'''
Size and performance for the platform
| IT governance
|-


* '''[[Known issues]]'''
|}
Behaviour per design, issues and system warnings


== Related materials ==
== Training and certification ==
[https://www.tempusserva.dk/training/ Training overview]


Tempus Serva support
[[Course notes for today]]
* [http://lsvgroup.com/site/index.php/en/process-digitization/tempus-serva Product information]
* [http://alpha.tempusserva.dk/TempusServa/main?SagID=32&command=list Customer support]
* [[Terms and conditions|Terms and conditions DRAFT]]
* [[Tempus Serva Developer Training|Tempus Serva Developer Training]]


Developer resources
[[Coding standards]]
* [http://www.w3schools.com/css/ CCS styling]
** [http://css-tricks.com/useful-nth-child-recipies/ Nth elements selectors]
* [http://www.w3schools.com/jquery/default.asp JQuey scripting]
* [http://dev.mysql.com/doc/refman/5.1/en/functions.html MySQL functions]
* [http://mondrian.pentaho.com/documentation/schema.php OLAP schema design]


Hosting resources
[[Continous delivery]]
* [http://tomcat.apache.org/tomcat-7.0-doc/index.html Tomcat 7 reference]
* [http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html MySQL dump tool]
* [http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html Amazon cloud intro]

Latest revision as of 14:55, 7 February 2025

Welcome to the TS NoCode online documentation

On this site you will find the documentation to aid you in your development of safe and flexible solutions.

Insight and ressources

Getting started Frequently asked questions during startup
Platform features Modules and features in the platform
Security setup Security and compliance features in the platform
Application overview Overview of common uses of the platform
Guides and tutorials Step by step guides to developers
Related materials External ressources and related materials

Technical reference

Java API (v1) Backend API for building new codeunits
JavaScript functions Frontend API for tweaking interface behavior
REST interface Using built-in solution webservices
Field type reference Documentation for all data model building blocks (content types)
Policy reference Documentation for shared server configuration options
Command reference Overview of commands and main functionality
Codeunit reference Reference for common funtionality extensions
Scheduled services Scheduled services tools
Integration services System integration options including REST services
Command line tools Tools for maintaining your UNIX platform
Server maintenence Tips for hosting TS servers
Known issues Behaviour per design, issues and system warnings

Application support

Basic setup Basic customization
TalentPiper Recruitment software
Whistleblower Multitenant solution for whistleblowing
Intect Flow Multicompany salary management
COMPASS IT governance

Training and certification

Training overview

Course notes for today

Coding standards

Continous delivery