Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
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.
¡Resuelto! Ir a solución.
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
try converting the image to base64 string and then create Document object to get the attachments
Vistas
Respuestas
Total de me gusta
Thanks for reply. I didn"t make it. Cannot retrieve ist type from database in adobe process. Could you provide more details?
Regards.
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
I didn't find executescript example to connect sql server DB in beanshell. Where can I find?
Harry
Vistas
Respuestas
Total de me gusta
I don’t think there is any sample provided, you will have to write the Java code in the execute script component
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas