I've been trying to figure out the Velixo Formula for GETATTACHMENTS, but I keep having an error. I followed step by step the following guide, but I'm still not able to make it work : GETATTACHMENTS function : Velixo Help Center
I would like to extract the PDF file associated with Bill #134950 in Acumatica (Bills and adjustments). Could you help me out please? Note that my Excel is in French (ASSEMB.V = VSTACK)
I realise I did not follow up on this topic, but the problem was that I was using Velixo Classic instead of Velixo NX. The function "getattachments" did not work with Velixo Classic. I appreciate your help!
0 Votes
M
Mark Sposted
13 days ago
I have been trying for a while to get this to work as well as it would be a fantastic way to pull large volumes of docs for various BAU activities
I think I have the GI and GETATTACHMENTS function configured correctly
However I am getting this error
Any help would be much appreciated!
0 Votes
V
Velixo Teamposted
6 months ago
Admin
Please reach out to the Velixo Help Desk (support@velixo.com) so that they can assist you with this.
0 Votes
A
Ariannposted
6 months ago
Hi there! Thanks for the quick reply. I tried modifying the function, but the result is still not working :
Do you see anything else that I could try? I also tried with the values in French and English as well (Invoice, Bill, Facture)
0 Votes
V
Velixo Teamposted
6 months ago
Admin
Let's do some minor changes to your function in order to match the documentation.
My system is configured for the EN-US settings, so my function would look like this:
The first part of my array consists of all the Key field names ("Type" & "ReferenceNbr"). The second part consists of all the key values (cells B6 and B7).
Each part is created using the VSTACK function. These are then combined using the HSTACK function.
My bill (002769) has an attachment ("23444.pdf"):
My Distribution List looks like this:
And my report looks very similar to yours:
When I distribute the report, this is the resulting PDF file:
Page 1 (the MyReport worksheet)
Page 2 (the contents of 23444.pdf)
Try your report with the slightly modified GETATTACHMENTS function.
0 Votes
Hi,
I've been trying to figure out the Velixo Formula for GETATTACHMENTS, but I keep having an error. I followed step by step the following guide, but I'm still not able to make it work : GETATTACHMENTS function : Velixo Help Center
I would like to extract the PDF file associated with Bill #134950 in Acumatica (Bills and adjustments). Could you help me out please? Note that my Excel is in French (ASSEMB.V = VSTACK)
Thank you in advance for your help
Attachments (1)
Screenshot.png
14.9 KB
0 Votes
5 Comments
Ariann posted 8 days ago
I realise I did not follow up on this topic, but the problem was that I was using Velixo Classic instead of Velixo NX. The function "getattachments" did not work with Velixo Classic. I appreciate your help!
0 Votes
Mark S posted 13 days ago
I have been trying for a while to get this to work as well as it would be a fantastic way to pull large volumes of docs for various BAU activities
I think I have the GI and GETATTACHMENTS function configured correctly
However I am getting this error
Any help would be much appreciated!
0 Votes
Velixo Team posted 6 months ago Admin
Please reach out to the Velixo Help Desk (support@velixo.com) so that they can assist you with this.
0 Votes
Ariann posted 6 months ago
Hi there! Thanks for the quick reply. I tried modifying the function, but the result is still not working :
Do you see anything else that I could try? I also tried with the values in French and English as well (Invoice, Bill, Facture)
0 Votes
Velixo Team posted 6 months ago Admin
Let's do some minor changes to your function in order to match the documentation.
My system is configured for the EN-US settings, so my function would look like this:
=GETATTACHMENTS(B2,B3,HSTACK(VSTACK("Type","ReferenceNbr"),VSTACK(B6,B7)))
The first part of my array consists of all the Key field names ("Type" & "ReferenceNbr"). The second part consists of all the key values (cells B6 and B7).
Each part is created using the VSTACK function. These are then combined using the HSTACK function.
My bill (002769) has an attachment ("23444.pdf"):
My Distribution List looks like this:
And my report looks very similar to yours:
When I distribute the report, this is the resulting PDF file:
Page 1 (the MyReport worksheet)
Page 2 (the contents of 23444.pdf)
Try your report with the slightly modified GETATTACHMENTS function.
1 Votes
Login or Sign up to post a comment