05-29-2015 03:37 AM
<config evaluator="string-compare" condition="WebFramework">
<web-framework>
<module-deployment>
<!– Allow extension modules with <auto-deploy> set to true to be automatically deployed –>
<mode>manual</mode>
<enable-auto-deploy-modules>false</enable-auto-deploy-modules>
</module-deployment>
</web-framework>
</config>
06-11-2015 07:34 AM
06-12-2015 06:36 AM
<auto-deploy>true</auto-deploy>
06-12-2015 09:53 AM
06-12-2015 10:19 AM
06-12-2015 12:08 PM
06-29-2015 11:57 AM
07-02-2015 04:00 AM
<extension>
<modules>
<module>
<id>Third</id>
<auto-deploy>true</auto-deploy>
<auto-deploy-index>3</auto-deploy-index>
<evaluator type="default.extensibility.evaluator"/>
</module>
<module>
<id>First</id>
<auto-deploy>true</auto-deploy>
<auto-deploy-index>1</auto-deploy-index>
<evaluator type="default.extensibility.evaluator"/>
</module>
<module>
<id>Second</id>
<auto-deploy>true</auto-deploy>
<auto-deploy-index>2</auto-deploy-index>
<evaluator type="default.extensibility.evaluator"/>
</module>
</modules>
</extension>
07-02-2015 06:42 AM
08-03-2015 04:28 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.