Integrations

Configuring SSO Integration - self hosted servers only

In a self-hosted environment you need to register XpressDox in your Microsoft Azure Tenant. In Microsoft Azure AD, click on App registrations and then on New registration:   Next, give your application a name. Select the first radio button (Accounts in this organizational directory only). Select Web from the drop...

Examples of Scripts as Functions - XpressDox

Parameterized scripts assist with the re-use of XpressDox code Here are some examples of Scripts which may be useful:   Write out a full name from individual data elements: «Script(FullName,FirstName,MiddleName,LastName)» «concat(SuffixWith(&FirstName&,’ ‘),SuffixWith(&MiddleName&,' '),&LastName&)» «ScriptEnd()» The SuffixWith() functions will ensure that the names are suffixed with spaces only if those data...
Loading...