09-26-2011 07:33 PM
Is it possible to associate the digital signature plugin with a custom document type?
09-26-2011 07:33 PM
If your document fulfills the following requirements this should be easy to do just by using the standard extension mechanism available via the Nuxeo Platform:
<action id="sign_view_custom" link="/incl/tabs/sign_view.xhtml"
enabled="true" label="Signature" icon="/icons/certificates.png" order="60">
<category>VIEW_ACTION_LIST</category>
<filter id="signature_filter">
<rule grant="true">
<type>File</type>
<type>MY_CUSTOM_DOCUMENT_ID</type>
09-26-2011 07:33 PM
If your document fulfills the following requirements this should be easy to do just by using the standard extension mechanism available via the Nuxeo Platform:
<action id="sign_view_custom" link="/incl/tabs/sign_view.xhtml"
enabled="true" label="Signature" icon="/icons/certificates.png" order="60">
<category>VIEW_ACTION_LIST</category>
<filter id="signature_filter">
<rule grant="true">
<type>File</type>
<type>MY_CUSTOM_DOCUMENT_ID</type>
02-28-2012 10:05 AM
Thanks Wojciech, but I'm still having trouble connecting my electronic signature to a custom document... I've tried using your code but I keep getting an error message.. Help!
02-28-2012 12:08 PM
Could you please provide more details? I am not able to provide you with any recommendations without the information about your error?
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.