The administrator can change some of the values of a selected variable, should the design-time value need to change for a production environment.
Which values are configurable depends on whether the developer hard-coded a set of user credentials or used a certificate.
Context Variable | Description |
---|---|
SupUser | The valid Hybrid App application user ID that SAP Mobile Server uses to authenticate the user. Depending on the security configuration, SAP Mobile Server may pass that authentication to an EIS. |
SupDomain | The name of the domain that the Hybrid App package is deployed to. |
SupUnrecoverableErrorRetryTimeout | After sending a JSON request to SAP Mobile Server, if you receive an EIS code that indicates an unrecoverable error in the response log, the Hybrid App client throws an exception. A retry attempt is made after a retry time interval, which is set to three days by default. Select this property to change the retry time interval. |
SupThrowCredentialRequestOn401Error | The default is true, which means that an error code 401 throws a CredentialRequestException, which sends a credential request notification to the user's inbox. If this property is set to false, error code 401 is treated as a normal recoverable exception. |
SupThrowBadHttpHeadersOn412Error | The default is true, which means that an error code 412 throws a BadHttpHeadersException,. If this property is set to false., error code 412 is treated as a normal recoverable exception. |
SupRecoverableErrorRetryTimeout | After sending a JSON request to SAP Mobile Server, if you receive an EIS code that indicates a recoverable error in the response log, the Hybrid App client throws an exception. A retry attempt is made after a retry time interval, which is set to 15 minutes by default. Select this property to change the retry time interval. |
SupPassword | The valid Hybrid App application user password that SAP Mobile Server uses to authenticate the user. Depending on the security configuration, SAP Mobile Server may pass that authentication to an EIS. An administrator must change development/test values to those required for a production environment. |
SupPackages | The name and version of the MBO packages that are used in the Hybrid App. This cannot be changed. |
SupMaximumMessageLength | Use this property to
increase the allowed maximum Hybrid App message size. Limitations vary
depending on device platform:
|
SupWorkflowVersion | The version number of the Hybrid App package. |