<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/discussions/f/integrations/6173/hi-all-i-would-like-to-ask-you-a-question-on-the-cmis-integration-may-i-please</link><description>Hi all, I would like to ask you a question on the cmis integration: May I please know if we can copy more than one document to cmis in one shot using connector functions? Just to make a note, I am aware of the cmis connector functions at forum.appian</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/29293?ContentTypeID=1</link><pubDate>Mon, 21 Mar 2016 16:31:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:beba22e1-7c0b-41f6-8078-e1757ce9c3ca</guid><dc:creator>joshuab</dc:creator><description>Thank you all for your feedback.  Looks like what I&amp;#39;m looking to do cannot be done easily.  I think we are going to try the approach of using the Advanced Call Web Service plugin.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/24063?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 04:11:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44243283-1362-4ea2-a5cf-dfb33c0e42b1</guid><dc:creator>sikhivahans</dc:creator><description>@rawichp True, wanted to know if you or other practitioners have devised any approach. Neither a!save (because of the support not offered to partial function evaluation) nor the number of documents (because of the unknown count until run time) are a great options to me.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/24062?ContentTypeID=1</link><pubDate>Wed, 28 Oct 2015 04:00:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6a9ffb7-cf35-41dc-b2a6-f9f02ed40235</guid><dc:creator>rawich</dc:creator><description>If you can use looping function with a!save, that would actually address your need. But a!save does not support partial function evaluation, which is required when using with looping function such as apply().&lt;br /&gt;&lt;br /&gt;So, you can upload more than one file, if you know at design time, how many files you&amp;#39;re going to upload :)&lt;br /&gt;&lt;br /&gt;I actually gave up on these cmi Connector functions, because there is nothing we can do to detect an error condition, if the file didn&amp;#39;t get uploaded.&lt;br /&gt;&lt;br /&gt;Even if you create a custom Writer function, the best you can do is to get an error reported to end-users, no option to gracefully handle exceptions. So I chose to create Smart Service plug-in instead.&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/24019?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 08:23:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f5e969e-3376-4e2f-a394-f4bad6881128</guid><dc:creator>sikhivahans</dc:creator><description>@shyamb Yep, thanks and I know that but as of now I feel that it's not related as I am looking for a different scenario.&lt;br /&gt;&lt;br /&gt;@rawichp Are you suggesting to make use of looping functions? I think obviously you aren't suggesting me to hard code the calls to a!save(). It would be grateful if you could elaborate it.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/24004?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 23:49:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:baba2a4b-c844-42a8-aa67-451ee1abf99a</guid><dc:creator>rawich</dc:creator><description>You can call a!save() multiple times from one user action. With that in mind, you should be able to copy more than one document at a time. Something like this:&lt;br /&gt;&lt;br /&gt;saveInto: { &lt;br /&gt;  a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc1), &lt;br /&gt;  a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc2) &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;(where appianDoc1 and appianDoc2 are Appian Documents you&amp;#39;ve already stored)&lt;br /&gt;&lt;br /&gt;Let me know if that works out for you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/24001?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 23:26:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b7d8e97d-3a29-4cf8-b45a-da6b9c5ad751</guid><dc:creator>Shyam Bommakanti</dc:creator><description>Affirmative. Per definition of the CMIS connector, it takes 1 document at a time. My stress is on the return &amp;quot;writer&amp;quot; object. It basically means not just 1 at a time but, 1 per user click.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/23996?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 22:01:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d76c0bb4-bd1a-4877-b620-7a2e8a3a6364</guid><dc:creator>sikhivahans</dc:creator><description>@Eduardo Thanks Eduardo. Earlier my understanding is that the user needs to send each and every file to Alfresco if we want to proceed with using connector functions and I hope my understanding is correct.&lt;br /&gt;&lt;br /&gt;@shyamb Correct, I am well versed with the return type of the object that any connector functions return but my question is around sending more than file at a time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/23977?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 06:46:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2c95b78c-80f9-4864-8c87-913332dc1d82</guid><dc:creator>Shyam Bommakanti</dc:creator><description>The CMIS connector returns a writer object. I don&amp;#39;t see a way to upload more than 1 at a time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all, I would like to ask you a question on the cmis integration: May I please</title><link>https://community.appian.com/thread/23976?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2015 06:45:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:45db04de-7bc1-4967-9dc1-b2eb4b40f826</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Only one at a time.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>