Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
7 subscribers
Views
3418 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Hi all, I would like to ask you a question on the cmis integration: May I please
sikhivahans
over 9 years ago
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.com/.../Connector_Functions.html
(a!cmiCopyDocumentFromAppian() in particular which has the ability to copy only one appian document to cmis system) and wanted to know if I am missing some thing among these or apart from these.
Thanks in advance.
OriginalPostID-174791
OriginalPostID-174791
Discussion posts and replies are publicly visible
Parents
0
rawich
over 9 years ago
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:
saveInto: {
a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc1),
a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc2)
}
(where appianDoc1 and appianDoc2 are Appian Documents you've already stored)
Let me know if that works out for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rawich
over 9 years ago
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:
saveInto: {
a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc1),
a!save(local!cmiCopyDocumentFromAppianWriter, appianDoc2)
}
(where appianDoc1 and appianDoc2 are Appian Documents you've already stored)
Let me know if that works out for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data