title

Title as it will show up in clients

The entity shortcut format mask is used to define the title of a found document (i.e. on the result of a search).

Syntax:

title <String> ;

The shortcut format mask refers to attributes in the entity definition in order to create a suitable document title.

The sample below would be evaluated to: 182 - The adventures of Sherlock Holmes

title        "movie_id||' - '||title";

Note:   Only valid SQL select syntax is allowed. The actual statement will be 'SELECT title-text FROM main-view WHERE ...'


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.