Salesforce

SpecialExcludeServerSideEnv (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

SpecialExcludeServerSideEnv (Magic xpa 3.x)

In a Rich Client application, when this flag is set to Y, the following will not be sent to the client:

  • The EngineDir, WorkingDir, and TempDir logical names.

  • The environment settings, other than [MAGIC_ENV], [MAGIC_LOGICAL_NAMES] and any other user section created by the developer.

  • The project information. Due to this, the ProjectDir function will return an empty value if used in a client handler.

  • Internal requester parameters, such as REMOTE_HOST and REMOTE_ADDR.

This means that the client will not be able to use these settings and any reference to them might not work.

For example: ServerFileToClient('%WorkingDir%xxx') or using %WorkingDir%images\myimage.png in a Wallpaper property might not work properly.

Note: Until V3.2a, only the logical names and the [MAGIC_ENV]StartApplication and [MAGIC_SERVERS]Default Broker environment settings were not sent to the client.

Valid values: Y,N

Default value: N

Since version: 2.5c and 3.1a

Reference
Attachment 
Attachment