-
1. Re: Calling CMSA from a livecycle process
workflowuser Aug 13, 2013 4:42 PM (in response to geekFirst77)it is usually the other way round, you call LC from CM. and yes it is possible to call LC from CM
curious to know your use case in calling CM from LC
-
2. Re: Calling CMSA from a livecycle process
geekFirst77 Aug 14, 2013 3:07 AM (in response to workflowuser)Is it possible to call CM from LC process?
-
3. Re: Calling CMSA from a livecycle process
workflowuser Aug 14, 2013 9:28 AM (in response to geekFirst77)yes, you will have to use CM API . One way to do it is build a component which exposes the CM API as service operations and use that component as part of your process.. If you install ES4 with CM and the demo package you will get CMSA component wich exposes the RenderLetter API. You can use this in yor orchestration to render a letter from CM by passing in the LetterTemplate Name and the xmlData.
-
4. Re: Calling CMSA from a livecycle process
geekFirst77 Aug 15, 2013 11:19 PM (in response to workflowuser)Thanks for the reply.
Now I have developed a custom component as you told in above reply. I am able to get the form in the process.
I am facing a issue in the rendered form. I have a form which contains two fragments and two text assets which are created in the CM. Issue is that, in the process when i render the form I am able to see only fragments and not text assets.
Could you please let me know the reason behind this?
Many thanks!!
-
5. Re: Calling CMSA from a livecycle process
ADEP CCCM Aug 15, 2013 11:35 PM (in response to geekFirst77)How did you assign the text assets and to which target areas? Do the text assets show up for target areas outside the fragments?
-
6. Re: Calling CMSA from a livecycle process
geekFirst77 Aug 15, 2013 11:44 PM (in response to ADEP CCCM)I added the Text assets to the target areas by inserting the Text assets in the editor mode of CM.
Yes. The text assets show up for target areas outside the fragments. If we preview it in CM, it is opening up properly. But the same is not visible with the PDF output throgh LC process.
-
7. Re: Calling CMSA from a livecycle process
N Santosh Kumar Aug 16, 2013 6:55 AM (in response to geekFirst77)Hi,
Could you attach screenshots and your LC process if possible?
--Santosh


