New in InnoCielo 2008a: Customization changes and improvements
Advanced Document Workflow states now include configurable property assignments. For more informaiton see the InnoCielo Configuration Guide.
Advanced Document Workflow transitions now include configurable property assignments and workflow interlocks. For more informaiton see the InnoCielo Configuration Guide.
Select a value from list of user names:When this option is enabled for validation of a custom property, the users' full names are shown in the list on the property page, but the selected user's account name is stored in the property. This was done to better accomodate customers who use employee IDs as their primary method of user identification and authentication.
The Before and After procedures of the NewDocument event are invoked when documents are imported with the Document Import Tool introduced with InnoCielo 2008. The Initialize and Terminate procedures are not invoked by the Document Import Tool. The FailCurrent and Abort methods of the Batch object are also available; however the BatchIndex property will always be 1. For more information, see the InnoCielo Developer's Guide.
The Before and After procedures of the NewDocument event are invoked when documents are imported with the Document Import Tool introduced with InnoCielo 2008. The Initialize and Terminate procedures are not invoked by the Document Import Tool. The FailCurrent and Abort methods of the Batch object are also available; however the BatchIndex property will always be 1. For more information, see the InnoCielo Developer's Guide.
Three new Visual Basic sample projects have been added to the Developer Edition:
AMScriptTask: demonstrates how a custom task can execute a script function. It is done by a task server object running a script function to set a document property.
AMScriptTask: demonstrates how a custom task can execute a script function. It is done by a task server object running a script function to set a document property.
AMScriptTask: demonstrates how a custom task can execute a script function. It is done by a task server object running a script function to set a document property.
For more information, see the InnoCielo Developer's Guide