The XpressDox Ecosystem
What to install, and when: When first implementing XpressDox, it may be confusing to know what to install first and what is needed to move your installation along. High level we have: XpressDox Desktop
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
What to install, and when: When first implementing XpressDox, it may be confusing to know what to install first and what is needed to move your installation along. High level we have: XpressDox Desktop
Too many files in a folder Unless otherwise specified, assembled documents are auto saved to a default location and given a name. The location is a folder called Documents inside the same folder that the
In a self-hosted environment you need to register XpressDox in your Microsoft Azure Tenant. NOTE that if you have configured your account to make use of SSO, then Steps 1 -5 should have been
Adding Reports to the XpressDox menu First, please download the Reports installer from our Downloads site. In order to deploy the XpressDox Reporting application to IIS: Make sure the web-server has the NET
All Commands and Functions listed by Category Email Command or Function Name Description and Examples AddBCCAddress Add a BCC email address when assembling to an email «AddBCCAddress()» AddCCAddress Add a CC address when assembling
After assembling a template to an email (an eml file), optionally add BCC addresses to that assembled email.
Add additional addresses to your XpressDox email template After using the SaveAsEmail or SendAsEmail functions, additional addressees can be added to the XpressDox email template. This function is the same as the AddBCCAddress function but
Add additional addresses to your XpressDox email template When using the SaveAsEmail function in your XpressDox template, additional addressees can be added to the email. This command can also be used conditionally, so the user
Change the alignment of one data element on your XpressDox interview. Command structure: «AlignCaption(Name,Top)» By default, all captions in the interview for a template are aligned to the left of the interview screen.
Append values to variables in your XpressDox Document Automation template The AppendVr and PrependVr functions provide less cumbersome syntax for appending or prefixing values to variables than using SetVr to do this. Prior to these
Provide a confirmation button on the XpressDox interview: The AreYouReadyToAssembleMessage command provides a pop up message just before the Assemble button on the XpressDox template interview. The template author can supply custom wording to the
XpressDox Arrays ArrayAppendVr appends another value to the value of an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayClear please refer to the post describing Arrays.
XpressDox Arrays ArrayConcat can be used to join together two Arrays. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayCount returns the number of elements in an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArrayDelete is used to delete an element from an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayGetV please refer to the post describing Arrays.
XpressDox Arrays ArrayGetVn gets the value of an array element as a numeric value. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayIncrementV please refer to the post describing Arrays.
XpressDox Arrays are similar to variables, and for more information on ArrayIncrementVr please refer to the post describing Arrays.
Using Titles with your XpressDox templates Assigning titles to your templates presents a cleaner interface to users. When they are looking at a list of templates, instead of seeing the template names including the .xdtpx
XpressDox Arrays are similar to variables, and for more information on ArrayKeys please refer to the post describing Arrays.
XpressDox Arrays ArrayRemoveDuplicates removes duplicates and empty values from an Array. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySetFromString sets a new Array from a delimited string. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySetV sets a new Array, or changes the value of an Array element. For more information on XpressDox Arrays please refer to this post describing Arrays.