AddBCCAddress – XpressDox
After assembling a template to an email (an eml file), optionally add BCC addresses to that assembled email.
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
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
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
This function enables you to save the assembled document as an .eml (email) file. Once assembled, the .eml file is ready to be sent via Outlook. View a quick demo of the SaveAsEmail function:
Save XpressDox templates as emails This function is similar to the SaveAsEmail function, except that the XpressDox template is assembled to an email (eml) and sent directly from the web. Command structure: «SendAsEmail(‘jack@email.com’,’Information required’)» SendAsEmail
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.
«AlignCaptions(Right)» will cause the right hand side of all of the captions to be aligned just to the left of their respective controls on the interview.
This command allows the template author for Web interviews to specify where the error messages for data elements in the interview should appear. Command structure: «AlignErrorMessages(Top)» Examples of usage: «AlignErrorMessages(Top)» will cause any error
Creates a button on the interview, which in itself has no functionality, but provides a method to initiate other commands. Command Structure: «Button(XXX)» Examples of usage: Sometimes, the template author would like to
The XpressDox caption command can be used to make the question text for a field more descriptive on the interview. Command structure: «Caption(FieldName,Descriptive Caption Text)» Examples of usage: Simple example: «FirstName» «Caption(FirstName,First Name
The background to this command probably needs a bit of experience in authoring more complex templates. Because XpressDox uses XSLT technology to format the documents, it is possible to use XSLT and XPath expressions to control some of the processing.
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
CaptureInGrid offers a different way to present repeating data to the user and that is in a grid format – a bit like a spreadsheet. Command structure: «CaptureInGrid(Child,Yes)» Examples of usage: «ForEach(Child)» First
Please see the post on ChooseFromRepeatingData. The 2 commands are exactly the same and can be used interchangeably.
Please note that this command has not yet been fully implemented in the web as yet. We have a ChooseFromRepeatingData command (which is the same as ChooseFromData, but is a more descriptive name), and a
This is a command which will present the user (via the interview) with a list of options from which to choose the value of a data element rather than a free-format text field. Command
Present a list of choices to the user on the XpressDox interview in the form of ‘Radio Buttons’. Command structure: «ChooseFromRDBList(style,free,formal,semi-formal)» Inserting a ChooseFromRDBList command into your template does not necessarily place the control
Present a drop-down list in your XpressDox template This command will present a drop-down list of values in the interview. This is similar to the action of the ChooseFromList command, except that the values
Present a list of choices to the user, in a drop down list, except that in this case the user is permitted to type their own value and is not restricted to just the items
Although users can enter numbers with formatting according to their own region, often they enter numbers with no spaces or other punctuation. The FormatNumberOnInput command assists the user with readability of numbers on the interview.
Sometimes a template author will want to record the reasons for using specific commands or document logic, and record this inside the template itself. The Comment command is available for this.
Controlling the layout of your interview in your XpressDox template XpressDox gives quite a lot of power to template authors in controlling the layout of the interview for a template. Controlling the layout
There is a requirement in some templates for the interview user to be able to check a checkbox and have a set of check boxes all checked – a so-called “Check All” feature. A similar
How will I know when to use this command? Particularly with long templates with lots of conditional logic, you can get one or both of the following situations: either the interview responsiveness is very sluggish,
Copyright ©2023 XpressDox. All Rights Reserved. | Website By Hello Fascination