Expandir la barra de logros de la comunidad.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Retrieve files from attachments in Adobe Livecycle process

Avatar

Level 2

The long-lived adobe livecycle process has attachments which is List of Document type. It is stored in SQL Server Database as image. Can I retrieve it from SQL Query and pass result to List <Document> type variable  in adobe livecycle process? So I could iterate the list to retrieve all files from the attachments. Please advise.  Thanks in advance.

 

 

1 solución aceptada

Avatar

Respuesta correcta de
Employee Advisor

you will have to write some code in the execute script component. The code will be in java. You will be creating a query to get the columns from the database and create a document from that

Ver la solución en mensaje original publicado

5 Respuestas

Avatar

Employee Advisor

try converting the image to base64 string and then create Document object to get the attachments

Avatar

Level 2

Thanks for reply. I didn"t make it. Cannot retrieve ist type from database in adobe process. Could you provide more details? 

Regards. 

Avatar

Respuesta correcta de
Employee Advisor

you will have to write some code in the execute script component. The code will be in java. You will be creating a query to get the columns from the database and create a document from that

Avatar

Level 2

I didn't find executescript example to connect sql server DB in beanshell.  Where can I find?

 

Harry

Avatar

Level 9

I don’t think there is any sample provided, you will have to write the Java code in the execute script component