ArraySetVr – XpressDox
XpressDox Arrays ArraySetVr sets a new Array, or changes the value of an Array element, and removes the paragraph on which the command exists. For more information on XpressDox Arrays please refer to this post
Tutorial videos are available here.
Visit our User Forum for discussions & solutions
XpressDox Arrays ArraySetVr sets a new Array, or changes the value of an Array element, and removes the paragraph on which the command exists. For more information on XpressDox Arrays please refer to this post
XpressDox Arrays ArraySortByIndex sorts the elements of the Array by the index values. For more information on XpressDox Arrays please refer to this post describing Arrays.
XpressDox Arrays ArraySortByValues sorts the elements of an Array by 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 ArrayValues please refer to the post describing Arrays.
What does it mean to share an XpressDox interview? XpressDox allows you to securely share intelligent questionnaires with external users or clients, so that they capture their own information. This data can then be re-used
Use «AttachToEmail()» in conjunction with the «SaveAsEmail()» or «SendAsEmail()» functions. There are various implementations for this function. Scenario 1: Save the current template as an email, and attach another document to the resulting email. Hard
The BaseTemplate command in XpressDox was developed specifically for letterheads, however far more control can be achieved using the IncludeTemplate function. Letterheads are of special interest because they are used as the basis for many
A detailed look at sharing interviews in XpressDox, how to design the email template, what the Recipient sees and what to bear in mind when designing templates that will be shared.
Using the LogDataElements() function to debug a template You may have seen you can use the Log() function to write a message into the LogXpressDox.txt file, and also use the LogVariables() to record the
Using the LogVariables() function to debug a template You may have already tried the Log() function to log a message, and LogDataElements() function to record values of data elements, both of which are recorded in
Capture data elements on your XpressDox interview Reasons why you would use this command: You don’t want the value of the data elements added onto the document You want to re-arrange data elements on
This article addresses different types of validation on shared interviews; both the ValidateBeforeShare command, and the use of the XD_isSharedInterviewMode data element.
Sharing XpressDox interviews to multiple recipients This article assumes you have an understanding of Sharing Interviews. When sharing an interview, you can choose to share that interview to an Individual, or to a Group. Sharing
Convert a cents amount back to currency after use in calculations You can use this function in your XpressDox templates to convert a cents amount back to your currency e.g. 123456 to $1234.56 typically
Please see the post on ChooseFromRepeatingData. The 2 commands are exactly the same and can be used interchangeably.
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
Version 14 of XpressDox is without a doubt our most exciting and innovative update! We are proud to show you some of the features you can expect after upgrading to this version. Desktop version:
SSO users of XpressDox do not have to see the login screen at all Once your XpressDox account is configured to use SSO, there is no need to present this screen to users and risk
The Question Command in XpressDox Document Automation With the launch of XpressDox low code, or version 14, the Question command was introduced to simplify the process of template coding. On the XpressDox ribbon click “New
The following settings must be added to your web.config file if you want to configure your XpressDox server account to send emails via Office365. <smtp from=”yourFromAddress@email.com”> <network host=”smtp.office365.com” enableSsl=”true” port=”587″ password=”yourPassword” userName=”yourUserName@email.com” defaultCredentials=”false” />
What are XpressDox tags The concept of tags has been introduced in v14. It is available in the web only, and is used to present a simplified view of folders and files to the end
Now that your data source has been configured, there are a few different ways in which you can interact with that data source. For example: ChooseFromDataSource Present the users with a database icon, and
An overview article demonstrating how you can integrate XpressDox document automation with Cloud iManage or iManage Work. This article includes a quick video demonstration on the process.
XpressDox User Permissions Based on the role assigned to the user in XpressDox, these are the functions they will be able to perform. Account Administrator File Administrator Shared Interview User Template Runner Browse files and
Convert numbers into words (Dollars in French) in your XpressDox template The DollarsFrancaise function will translate a numeric value into a currency in words, specifically Dollars in French. Command structure: «DollarsFrancaise(Price)» Example: «FormatNumber(Price,’#,0.00;’)?»