Solved

How add the invoiced service order as an attachment ?


Userlevel 3
Badge +5

Hello,
I would like to automatically add the invoice (pdf) as an attachment in the service order as soon as we invoice it.

Do you have a solution ?

Thanks for your help.

icon

Best answer by Dannyklein 24 May 2020, 09:29

View original

4 replies

Userlevel 3
Badge

Hi

in V15 you can set up the customer so that the invoices would be saved to file. (customer center, financial page).

 

when the invoices are created set the output to be ‘customer preferred’ in resolve queue, the actual order/contract or any of the billing batches. this will create a PDF at a given directory on the server (file directory is defined by the settings in the configuration editor).

 

now you just need to create a process flow that will scan newly created invoices and attache the PDF to the order.

the process flow can not be associated with the event of invoicing the order and will have to be set to run on a periodic bases (daily/hourly).  

(this may require some help from customer support to provide the exact APi/syntax).

 

Userlevel 3
Badge +5

Hi
Thanks for your help.
That's excellent news. Unfortunately we are still in V14. 
Do you have a solution in V14 (apart from migrating to V15)?

Best regards

Userlevel 3
Badge

 

unfortunately In v14 saving to a file was not an option so this can be done as a customization or perhaps a sophisticated escalation rule. 

Userlevel 3
Badge +5

OK. Thank you for your reply.

I will try with code via the reporting functions.

Reply