Overview
This plug-in contains functions that can perform the following:
Key Features & Functionality
This listing currently represents version 2.3.0 of the plug-in. The functions included are as follows:
Example Use:
I am having some issue using the sha1hashdocument function. I can get a value with sha1hash(todocument(43763)) but is not the correct hash value.
What am I missing?
usage (where 43763 is the appian document id):
sha1hashdocument(todocument(43763))
getting the following error:
Expression evaluation error at function 'sha1hashdocument': The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=13,v=43763] as java class java.lang.Long.
Hi Ed,
Please try with just the id of the document; this documentId will be used in the class to load the document by the Id