Skip to main content
Solved

Attaching a PDF file to the XML invoice

  • April 22, 2021
  • 2 replies
  • 358 views

Kalana Surendra
Hero (Employee)
Forum|alt.badge.img+9

If External Invoice should be loaded with PDF file saved in local computer. Where and how that location could be given in XML file and what are the pre-requites to be fulfilled ?

Best answer by Xavier Fernando

Hi Surendra

There is Tag as <FileName> under <InvoiceAttachment>, you can include your file path under this XML tag. Further, make sure, Folder has read and write access to EVERYONE as the application needs to access the folder.

 

 

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+20
  • Superhero (Employee)
  • 294 replies
  • Answer
  • April 22, 2021

Hi Surendra

There is Tag as <FileName> under <InvoiceAttachment>, you can include your file path under this XML tag. Further, make sure, Folder has read and write access to EVERYONE as the application needs to access the folder.

 

 


Kalana Surendra
Hero (Employee)
Forum|alt.badge.img+9
  • Author
  • Hero (Employee)
  • 39 replies
  • April 23, 2021

Hi @Xavier Fernando ,

Thank you, this answers the requirement :relaxed: