Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The NLINK ADC to SAP Solution includes an ASP.NET application. This application has some settings that can be changed as needed. All these are in an XML file named web.config.  This file is located in  “XXX\NLINK Server\CoNNectors\ADC”, where XXX is (default)“C:\Program Files\Junot Systems” or “C:\Program Files (x86)\Junot Systems”folder where NLINK is installed.

These settings can be editing using Internet Information Services(IIS) Manager.

...

  1. PageTitle
    Set title text to show at the top of the login screen. The default value is NLINK ADC Solution.
  2. mainImage
    Set location of an image file to show at the top of the login screen. The default value is ~/logo.jpg which points to a Junot Systems logo. The default root directory is \CoNNectors\ADC under the NLINK installation directory.
  3. initialHost
    Set the URL used to communicate with the NLINK Server. The default value is http://localhost:9812/. If the IIS Server that hosts the ASP.NET application is on a different machine, or the TCP port to use (NLINK Environment Constant “ADC TCP Port”) has been changed, set the appropriate values here.
  4. ScreenWidth
    Set the number of columns expected on the screen. Note there may be more than one ScreenWidth setting for various resolutions. The default value is 20. Also see into “ScreenWidth” can be customized based on device resolution, see note below about "Multiple Screen Resolutionsscreen resolutions".
  5. NoTruncate
    Set to override the ScreenWidth in case a particular field must be presented in its full length. Normally the fields are truncated at the right edge of the screen (per the ScreenWidth value) in order to prevent horizontal scroll bars. The value in the field may actually be longer than what can be seen. Note there may be more than one NoTruncate setting for various resolutions. The default value is 0 (allow truncation). "NoTruncate" can be customized based on device resolution, see note below about "Multiple screen resolutions".
  6. formBGColor
    Set the background color for the ADC pages. You can use HTML color names or hex color codes. The default value is #FFE0C0.
  7. Font
    Set the font name. Note there may be more than one Font setting for various viewport sizes. The default value is Courier New. Also see into "Font" can be customized based on device resolution, see note below about "Multiple Screen Resolutionsscreen resolutions" .
  8. highlightColor
    Set the color to indicate highlighted field on the login screen. You can use HTML color names or hex color codes. The default value is yellow.
  9. controlBGColor
    Set the color to indicate the default background color for the entry part of screen fields (controls). (The prompts always have the screen background color.) If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #AAAAAA.
  10. controlFGColor
    Set the color to indicate the default foreground (text) color for screen fields (controls). If you do not specify an overriding color in the metadatabase, this value will be used when rendering the screen. The default value is #000000.
  11. controlFontSize
    Set the font size. Note there may be more than on controlFontSize setting for various resolutions1. The default value is 10. The default value for resolution 480×640 is 18. "controlFontSize" can be customized based on device resolution, see note below about "Multiple screen resolutions"..
  12. useEnterForDefault
    Reserved. Do not change this value.
  13. AutoLogon
    Use with authentication settings in the metadatabase to bypass the login screen. If the ADC External System Attribute in the metadatabase is set to FALSE and the UserID is provided in the metadatabase, then you can set this value to 1 to bypass the login screen. The default value is 0 (requires login).
  14. BlurTrigger
    Reserved. Do not change this value.
  15. ViewPortSetting
    Set to control various viewport settings on mobile devices (primarily width). Acceptable values depend on the device. The default value is width=device-width. "ViewPortSetting" can be customized based on device resolution, see note below about "Multiple screen resolutions".
  16. UserIdSize
    Set the length of the user id field on the login screen. The default value is 18.
  17. PasswordSize
    Set the length of the password field on the login screen. The default value is 18.

 

...

Info
titleMultiple screen resolutions

If there are multiple mobile device resolutions then ScreenWidth, Font, controlFontSize can be customized per screen resolution. For example if there is a mobile device with screen resolution 480x640, then new name value pairs can be added for specific screen resolution . "ScreenWidth480x640", Font480x640, controlFontSize480x640 can all have different values. If there is no screen resolution specific information then unqualified entries (ScreenWidth, Font, controlFontSize) are used. Please note that device specific settings are only applicable to mobile browsers (not desktop browsers). Desktop browsers will only use default settings.

The values of ScreenWidth, NoTruncate, Font and ControlFontSize all combine with the sizes of the individual fields as defined in the metadatabase to determine how the screen layout is rendered on various devices.

Filter by label (Content by label)
showSpace
showLabelsfalse
max5
spacesNLINKADC
showSpacefalse
sortmodified
falsereversetrue
typepage
cqllabel in ("install","iis") and type = "page" and space = "NLINKADC"
labelsiis install

Page Properties
hiddentrue
Related issues