I need the ability to populate a token in workflow with the document property "Last Modified Date" which is a feature of Workflow 9.1.1. However, the client does not have an option to upgrade Laserfiche Server past 9.0.3. Can Workflow 9.1.1 run on a 9.0.3 repository and have the "Additional Properties" available in the "Search Repository" workflow function? I know scripting is an option as well.
Question
Question
Will Workflow 9.1.1 work with Laserfiche Server 9.0.3
Replies
Yes it will work.
Workflow 9.1.1 requires Laserfiche Server 8.0 or higher (Laserfiche Server 8.3.1 or higher is recommended)
Full feature business processes are only supported on Laserfiche Server 9.0 or higher and the Laserfiche Client 9.0 and/or Web Access 9.0 or higher.
Note, you can find this information in the Workflow Readme.htm found in the WF installation files. You can also find current software requirements for Workflow in our on-line help files.
In this kb: https://support.laserfiche.com/KB/1012253, you will also find the on-line help files for our various applications.
Jeff,
Yes you can.
Confirmed by using Search Repository with advanced search syntax below from Workflow 9.1 on Laserfiche Repository Server 9.0.3 and Last Modified Date checked in Additional Properties.
{LF:Name="*", Type="F"} &
{LF:Modified>="9/20/2014"} & {LF:LOOKIN="OC-Dev\"}
And then sent an email verifying capture of the Last Modified token. %(SearchRepository_FirstResult_LastModifiedDate)
Change OC-DEV\ to whichever folder you'd like to test your search on.
Cheers,
Carl