Hi,Kindly explain me in detail what your process is doing. Are you sending PDF form with attachment in an email to the customer at the end of the workflow?How otherattachment variable is filed? Try to use variable logger to check what is inside the varibale. You can also send me you livecycle archiv...
Hi,To extract the attachments you have to use assembler service to get the attachments from the PDF document. following is the sample DDX file that you can use to:-----------------------------------------------------------<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/...
Hi,You have to loop throug the list and add the document one by one to the map. One more thing make sure the sub-type of map is document.It should be three setvalue component.(a) Initialize the Loop:/process_data/@listCount = count(/process_data/list) ----- listCount is a variable of type int/proces...
Hi,You can use the executeScript component to set the timestamp in the form or varible. Mention below is an example to get the timestamp in dd/MM/yyyy format.java.text.DateFormat dateFormat = new java.text.SimpleDateFormat( "dd/MM/yyyy");java.util.Date date = new java.util.Date();Stri...
Hi,I want to know that "Is it possible to create columns from the workflow varibale" in livecycle es 8.0 sp2. I have checked the option "search in UI" for my process variable and it is also comming in the manage colums preferences but when i am selecting it nothing is happening.Do i have to do the s...
Hi,Can you provide the expression that you are placing in the SetValue QPAC? Make sure that you are setting the value first then assigning it to your variable.Regards,Waqas
Hi,If you are using workspace to initiate a process with some attachments. Then you have to do the following in the User Action:(a) select the "show attachment window to this task"(b) select "copy notes and attachments from previous task"In case of some other custom applications you have to post the...