Application Object

Application — Application specific settings.

Introduction

Every application has an application record which contains information as the type of application and the starting logic.

Properties

Table 1. Application Object Properties

NameDetailsPossible ValuesDefault Value
PasswordPassword for the application for secure access.*-
ApplicationTypeType of the application.Administrator, Developer, StandardStandard
InitialLogicNameName of the 4GL logic to be called when executing the application.*-
DescriptionDescription to be used in lists.*-
DetailDescriptionDetailed description.*-
ModifiedModification date-time stamp in ISO 8601 format.ccyy-mm-ddThh:mm:ssdate stamp

Example

<Object Application="Administrator" Type="Application" Name="MyOrder">
  <Application>
     <Password></Password>
     <ApplicationType>Standard</ApplicationType>
     <InitialLogicName>Main</InitialLogicName>
     <Description>MyOrder Application</Description>
     <DetailDescription>MyOrder application for processing orders</DetailDescription>
     <Modified>2007-11-12T09:58:00</Modified>
  </Application>
</Object>