Skip to main content

Demo.ZenService.Zen.Application

class Demo.ZenService.Zen.Application extends %ZEN.application

Demo.ZenService.Zen.Application provides general information about the Zen application, including the translation domain. For the main application page, see Demo.ZenService.Zen.WeatherReportForm.

Parameters

parameter APPLICATIONNAME = Weather Application;
This is the name of this application.
parameter DOMAIN = MyDomain;
Domain used for localization.
parameter HOMEPAGE = Demo.ZenService.Zen.WeatherReportForm.cls;
This is the URL of the main starting page of this application.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab