You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Do you have, for the DD, an example of XLS to extract a document in function of a parameter?

Received Response
22
Views
3
Comments

Summary:


Content (please ensure you mask any confidential information):

For the Document Designer, do you have any example to dinamically extract a document in function of a parameter?

We have seen the following example on the guide (https://help.bigmachines.com/BMIHelp/Default.htm#DocumentDesigner/Document_Designer_Custom_XSL.htm?TocPath=Document%2520Designer%257C_____14) which allow you to extract an attachment linked to a file attribute attachment:

<xsl:variable name="main_doc" select="/transaction/data_xml/document[@document_var_name='quote_process']"/>

<xsl:if test="string-length($main_doc/logo_quote) > 0">

<xsl:variable name="attachLogo" select="concat('http://',

$main_doc/creatorCompany_quote,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!