How to convert documentlist to document?
If document list contain documents and documents contain
strings field .how to convert?ple tell me any one.
Answers were Sorted based on User's Feedback
Answer / shyamala
Directly invoke the service
pub.document:documentListToDocument to convert document
list into document.
This service is the buit in services and its availble in
wMpublic package in developer.
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / jd
we can use pub.document:documentlisttodocument built in service . it is available in wmpublic.document directory.
it takes documentlist as an input and convert into single document.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rani
If you are trying to take the document list as the input
and convert it to document you can loop over it or there is
a property called DOCTYPE in the property tab using that
you can change it to document.
Is This Answer Correct ? | 1 Yes | 12 No |
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
What Is a Shutdown Service?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
What Is a Flow Service?
What is scope?
What Happens When an Event Occurs?
how can you find file name in file-pooling concept?
scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?
How can you see partner data using webservice.
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
How many ways can you invoke a service?