Index
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
Integrate XpressDox interviews into your Application
XpressDox interviews can be launched from external applications using URL’s built in the following way.
Embed XpressDox into a 3rd party application, either launching into a new browser tab or in an iFrame
https://<theXpressDoxInstance>.xpressdox.com/IFrameHandler/Start?type=microsoft&domainHint=<yourDomain>&iframeView=true&treeview=false
Launch a specific interview
Using the above URL launches the entire Explorer. However, by adding this attribute to the above URL you can load a specific interview:
&templateId=<yourTemplateIdentifier>
Read here about template identifers
Pass data into the interview
Additional parameters can be passed to the URL e.g. the MatterID and ClientID as shown below. Here, values of the data elements «MatterID» and «ClientID» will be injected into the interview.
&MatterID=1234&ClientID=5678
A full example of the URL:
https://<theXpressDoxInstance>.xpressdox.com/IFrameHandler/Start?type=microsoft&domainHint=<yourDomain>&iframeView=true&treeview=false&showmenu=false&templateId=<yourTemplateIdentifier>&MatterID=1234&ClientID=5678¶m1=value1¶m2=value2
Using XpressDox Tags
Your XpressDox integration can be further enhanced with the use of Tags. Learn more about that functionality here.