Reference > Expressions > Built-in Functions > System Functions > SecureServerURL

SecureServerURL

Returns the secure (HTTPS) base URL of the HEAT Application Server. For HEAT Cloud customers, an example is https://<company_name>.saasit.com. (For HEAT on-premise customers, your system administrator determines the URL of your HEAT Application Server.)

You can use this URL to configure the survey or to provide direct access URLs to items such as incidents, approval notifications, or change notifications. No matter where you execute this function, it always returns the HTTPS version of the URL.

Syntax

SecureServerURL()

Enabled for

Search/Dashboard No
Business Rules Yes
Quick Actions Yes
Workflow Objects Yes
Reports No

Parameters

none

 

Return Value

Unicode text value. Returns a secure URL.

Example

$(SecureServerURL())

If the company name is MyCompany, Inc., this example returns https://mycompany.saasit.com.