04-15-2009 12:28 PM
07-22-2009 09:07 PM
as an alternative, you may consider using the connector for I.R.I.S. imaging software.
Hello Denis,
I dont think this is an option. The IRIS connector should then be installable in Kofax. Organizations in need of the Alfresco Release Script have already done a rather heavy investment in Kofax. For most of them it will not be an option to change to IRIS. Or am i mistaking and it is some kind of generic release script?
The MicroStrategies release script is handed over to Alfresco. Alfresco will distribute it as an Enterprise Addon. It is currently going through Alfrescos Q&A cycle.
Koen
07-23-2009 03:49 AM
Do we have time frame to complete this Q&A process?
08-19-2009 03:38 PM
Do we have time frame to complete this Q&A process?
I'm not Alfresco partner myself, but via a partner i heard they are trying to make it available in August for some kind of beta testing by this partner.
By the way, if you're releasing to a local Alfresco server you could use the workaround to have Kofax release via the customizable text release, have it release into Alfresco via the CIFS interface and handle the XML files and PDF via via a content rule with javascript. That;s how i implemented a workaround, while we wait for the new release script.
Koen
08-24-2009 08:39 AM
var importFolder = document.parent;
var logFile = importFolder.childByNamePath("log.txt");
var oXML = new XML(document.content);
var importDocument = importFolder.childByNamePath(oXML.@filename);
for each (a in oXML.attr)
{
importDocument.properties[a.@name] = a.toString();
}
importDocument.save();
10-12-2009 06:21 AM
10-12-2009 06:05 PM
12-02-2009 11:20 AM
12-02-2009 11:37 AM
Can you let me know where you located the Kofax-Alfresco release script you mention?
12-02-2009 11:38 AM
It's really interesting how you used to do the release.
Could be completed with the way they used to move the files, and more.
thanks!
12-02-2009 11:41 AM
Only to find out that after installing this script in kofax the actual configuration does not work
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.