Java API
Backend API for building new codeunits
Sessions
For interacting with Tempus Serva records you need a session.You can create one like this: Sessi...
Security
Context
Constructing queries
First of create a query object SolutionQuery myQuery = session.getSolutionQuery( "mynewsolution"...
Retrieve data
Data are extracted from the query resultset using a relative reference to the record number for ...
Change / create data
Code example
The following example shows how data is retrieved from af collection of templates and used to cre...