Hello Everyone,
I'm trying to activate the Option Structure Show Parentage checkbox on the Gateway Export Wizard.
Image may be NSFW.
Clik here to view.
According to the Gateway User Guide the <show-parentage>true</show-parentage> is required in the appropriate <export-configs> of the gateway-tool-configuration.xml file, and that requires <filter-query-definition> to exist. Below is one of my attempts. The Gateway Wizard does not complaint about anything being wrong, but the option stays grayed out. Does anyone have any experince with this?
Thank you,
Francisco
.
.
.
<export-config>
<name>[SERVER] John Deere Template 1 MS Word Exporter -- with TOC page</name>
<description>John Deere Template 1 exporter that writes a Requirements Document document to Microsoft Word docx format -- with a Table of Contents</description>
<exporter id="MSWORD">
<property name="template">http://lsdewcs9.sdde.deere.com:7001/gateway/export/Microsoft Word/Deere Requirement Doc WordExportTemplate-2014a-TOC.docx</property>
</exporter>
<extension>docx</extension>
<title-field>Document Title</title-field>
<gateway-configuration-name>Deere Document Export</gateway-configuration-name>
<filter-query-definition>(not(field["State"]is empty))</filter-query-definition>
<show-parentage>true</show-parentage>
</export-config>