Contains various data needed by Service for startup.
Do not use this API, as it is for internal use and might change without notice.
Constructors
NSCustomerServiceStartup()
Initializes a new instance of the NSCustomerServiceStartup class.
Methods
GetRecaptchaSiteKey()
Returns: CRMScript.Global.String - A global reCAPTCHA site key, used with the google reCAPTCHA component.
This value is taken from the web.config file
Example:
GetTimezoneEnabled()
Returns: CRMScript.Global.Bool - Is timezone enabled.
Example:
GetTZOffset()
Returns: CRMScript.Global.Integer - The offset in minutes compared with UTC, calculated for DateTime.Now.
Example:
SetRecaptchaSiteKey(String)
Returns: CRMScript.Global.Void
This value is taken from the web.config file
Example:
SetTimezoneEnabled(Bool)
Returns: CRMScript.Global.Void
Example:
SetTZOffset(Integer)
Returns: CRMScript.Global.Void
Example: