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

525 total results found

Setting up a content source

List queries

Many parameters are straight forward Related solution Max cache age Is active Unique NAME This is the calling name of the interface, that must be provided accessing the content service. Example for calling the view myview ... /cmsservice?q=myview&...

Using a content source

List queries

Calling the cmsinterface servlet will provide you with an overview on how to use it. Example: https://www.acme.com/TempusServa/cmsinterface The interface requires just the name of the source, but additional parameters can be provided. Parameters q: Na...

Troubleshooting

List queries

THIS ARTICLE IS UNDER DEVELOPMENT Configuration caching For performance reasons information about the content sources is kept cached. Adding or changing sources will propegate automatically : You will need to clear the system cache to pick the changes. Par...

Configuration help

Dashboards Dashboard widget configuration

Styling All widgets have a field called "Custom CSS". This allows addition of styling, when that stylesheet is shown. As of version 8359 it is possible to use #THISWIDGET# to target that specific widget. #THISWIDGET# will automatically be replaced by the un...

SQL Query

Dashboards Dashboard widget configuration

An SQL Query may extract almost anything from the database. This process ignores the security restrictions in the system, so you will have to implement them yourself (see special keywords below). This widget supports different rendering modes, for a deep div...

Lists

Dashboards Dashboard widget configuration

To setup a list view, simple copy/paste the URL of a view. Optimally you should strip anything but the parameters from the URL. ?SagID=252&command=list&QUERY_FIELD_1=OPFLGNING& ... Filtering the list[edit | edit source] To filter the list, add three parame...

Other widgets

Dashboards Dashboard widget configuration

Codeunit This widget displays raw HTML ouput from any PageContentCodeunit. Distribution This creates one of many diagrams to show records of an entity. Bar, circle, and table diagrams work, but the others don't. It should at the very least have the SagID o...

Pro tips

Dashboards Dashboard widget configuration

Asking the right questions To add the right content into dashboards widgets you will need to define what should be displayed First choose either List of records (worklists) or Aggregated values (charts, tables or number) List of records Fields displayed ...

Integer

Field type reference Basic

Capable of containing basic numbers (no decimals).Due to technical limitations the number can't be smaller than -2.147.483.648 or larger than 2.147.483.647. Properties Type: Basic Groupable: No Show in lists: Yes Searchable: Yes Requires configuration:...

Decimal

Field type reference Basic

Numbers with decimal comma Properties Type: Basic Groupable: No Show in lists: Yes Searchable: Yes Requires configuration: No User interface Field in show mode Field in edit mode Configuration Default precision is 2, if nothing else is set...

Needs Work

Percentage

Field type reference Basic

Percentage value (decimal) Properties Type: Basic Groupable: No Show in lists: Yes Searchable: Yes Requires configuration: No User interface Field in show mode Field in list mode Field in edit mode Configuration Developer info Felt...

Needs Work

Yes/No

Field type reference Basic

Check box. Yes/No. The values can be shown with other words or icons Properties Type: Basic Groupable: Yes Show in lists: Yes Searchable: Yes Requires configuration: No User interface Field in show mode Field in edit mode Configuration As ...

Needs Work

Serial

Field type reference Basic

Unique serial number Properties Type: Basic Groupable: Yes Show in lists: Yes Searchable: Yes Requires configuration: no User interface Field in show mode Field in edit mode Configuration [Description of configs] Developer info FeltTyp...

Needs Work

Response

Field type reference Basic

Interval in questionnaire Properties Type: Basic Groupable: No Show in lists: Yes Searchable: Yes Requires configuration: [Yes/No] User interface Field in show mode Field in edit mode Configuration [Description of configs] Developer inf...

Needs Work

Enumeration

Field type reference Basic

Named numbers ex. Grades Properties Type: Basic Groupable: Yes Show in lists: Yes Searchable: Yes Requires configuration: Yes User interface Field in show mode [INSERT IMAGE] Field in edit mode [INSERT IMAGE] Configuration Required: There...

Needs Work

Symbol

Field type reference Basic

Use icons as status flow and categories Properties Type: Basic Groupable: Yes Show in lists: Yes Searchable: Yes Requires configuration: Yes User interface Field in show mode Field in edit mode Configuration [Description of configs] Devel...

Needs Work

Date

Field type reference Basic

Date with calendar look-up Properties Type: Basic Groupable: Yes Show in lists: Yes Searchable: Yes Requires configuration: No User interface Field in show mode Field in edit mode Configuration Show mode The date will be formatted as defi...

Needs Work

Documents

Field type reference Files

Upload / download of files including versioning Note that a class is added to the page while uploading ressources: uploadInProgress In case you want to prevent the user presing update, the buttons can be hided with this CSS .uploadInProgress .tsUpdateButto...

Needs Work

Pictures

Field type reference Files

Photo gallery with thumbnail index and optional lightbox to view full size images Properties Type: Files Groupable: No Show in lists: Yes Searchable: No User interface Field in show mode Field in edit mode Configuration Config1: Number of c...

Needs Work

Videos

Field type reference Files

Video gallery with thumbnails and player. The video-player only works when Policy filesystemStorageActive. To enable down-scaling to 720p and 1080p, the storage has to be on AWS S3, and the Encoding Lambda-function has to be enabled. Properties Type: Fil...

Needs Work