Lite Client and Functions  | 
			Lite Client  | 
			
Any PROIV screen function will work in the Lighst Client but there are a number of Components and features that are not supported and these can change the way a screen behaves in the Lite Client when compared with the Open Client. See the section on Lite Client and Open Client for more details.
There are two function properties that are Lite Client only:
The template name is the name of a template that is used to define the 
 browser nodes that are used to display the function. See the section on 
 Component Templates for 
 more information on how to use templates.
If the template name is not defined then the default name of ‘RootWindow’ 
 will be used.
The template group is the name of a new group of templates that will 
 be used for the function and for the templates of all components in the 
 function. This allows a function to define a different collection of templates, 
 giving a different look to components, without having to change the template 
 name for each individual component.
If the template group is not defined then the default template group is 
 assumed.
The template name and group specify a template holding information about 
 the browser document nodes that will be created to display the PROIV screen 
 function. The default template is just a single node that holds all the 
 components. Other templates could be added that include more than one 
 node and add CSS style elements to the nodes to create windows, tabs etc.
The template allows the developer to integrate the Lite Client session 
 into the application screen design. See the section Component 
 Templates for more details on templates. 
Topic ID: 870005