yueminspb
05-11-2020
Hi teams,
I just wondering the column name of attachment in a email delivery, I need know this to proceed my development, thanks very much
Milan_Vucetic
MVP
Hi @yueminspb
attachments information is stored in NMSATTACHMENTS table and you can query it directly in db.
However, this table does not have a separate schema in AC but it is inside of nms:delivery schema.
Check picture below:
Regards,
Milan