GetUnoTenantURL
3 min
returns the tenant specific base url of the ivanti uno instance this function helps generate dynamic links in emails, notes, or system messages where hardcoding the url would be impractical syntax getunotenanturl() enabled for for a description of the business object categories, see notes on "enabled for" docid\ u26v9fecfs6ilwa0 pvjd business object category yes/no business rules before save rules yes business rules calculation rules (after save, with or without also recalculate on load) yes business rules calculation rules (before save or always, without also recalculate on load) yes business rules calculation rules (before save or always, with recalculate on load) yes business rules editing rules yes business rules initialization rules yes business rules read only rules yes business rules required rules yes business rules validation rules yes client expressions yes object permissions no services yes ldap yes mobile yes quick actions (except ui quick actions) yes ui quick actions yes reports yes search/dashboard without field references yes search/dashboard with field references yes parameters none return value string the base url of the tenant instance like https //\[company name] ivanti com example the following example shows how to use this function to build a dynamic link for an email template concat($(getunotenanturl()), "/heat/businessobject/incident", $(recid())) this outputs a url like https //\[company name] ivanti com/heat/businessobject/incident/\[incident id]
