GetDomainName Function
GetDomainName () as String
| Category: | Text |
| Description: | Return the Domain of the organization. if Organization Domain is not set, return AdaptiveWork domain. |
| Supported Context: | BusinessRules |
| Returned value as String | |
| Example #1 |
GetDomainName() As an example, can be used in an InterAct rule to construct a return email address for support. Although you can hard-code an email in this example, using this function covers the use case of the domain name changing.
|


