Do you have, for the DD, an example of XLS to extract a document in function of a parameter?
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,
Tagged:
0