AP Invoice Attachment URLs

 2 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
George Graham
Veteran Member Send Private Message
Posts: 201
Veteran Member
Anyone know what table these are stored in? I can't seem to trace this down. Thanks.
George Graham
Veteran Member Send Private Message
Posts: 201
Veteran Member
I found it. In dbdef, the file has an Attachments flag that if Yes creates two files:

L_Hxxx
L_Dxxx

where xxx is the file prefix.
Sampath S
Basic Member Send Private Message
Posts: 17
Basic Member
Hi George,

You can also do a rngdbdump to check if the records are inserted properly or not.

rngdbdump -c productline L_Hxxx | lashow.

Thanks
Sam