This topic lists the build descriptor options used with JavaScript, which is the generated language for EGL Rich UI.
| Build descriptor option | Default value | Description |
|---|---|---|
| defaultDateFormat | MM/dd/yyyy | Controls the initial runtime value of the strLib.defaultDateFormat system variable. |
| defaultServiceTimeout | No default value | Specifies the maximum valid number of milliseconds that elapse between the following events: when the EGL Rich UI Proxy (on the web server) invokes a service and when the Proxy receives a response. |
| defaultSessionCookieID | JSESSIONID | Identifies the session cookie provided to the EGL Rich UI Proxy from a service. |
| defaultTimeFormat | HH:mm:ss | Controls the initial runtime value of the strLib.defaultTimeFormat system variable. |
| defaultTimeStampFormat | An empty string | Controls the initial runtime value of the strLib.defaultTimeStampFormat system variable. |
| deploymentDescriptor | No default value | Contains the name of the EGL deployment descriptor. That descriptor provides service-binding detail when you are generating a service, as well as service-binding detail when you are generating a logical unit (program, library, handler, or service) that invokes a service. |
| deepNullCheck | YES | Specifies the compare method when compare any variable to null. |
| eliminateSystemDependentCode | YES | Indicates whether, at generation time, EGL ignores code that will never run in the target system. |
| nextBuildDescriptor | No default value | Identifies the next build descriptor in the chain. |
| system | No default value | Specifies the target runtime environment of the generated code. For Rich UI, JavaScript is specified automatically in the Workbench. |
| v71AddBehavior | NO | States whether, in a specific case, the effect of the plus (+) sign is determined by the type of variable to which an expression is assigned. |