What is the schema column name of delivery attachments | Community
Skip to main content
Level 3
November 5, 2020
Solved

What is the schema column name of delivery attachments

  • November 5, 2020
  • 1 reply
  • 1338 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

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

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
November 5, 2020

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

yueminspbAuthor
Level 3
November 6, 2020
Great, thank you very much, I think that's why I can not find the schema of attachment. Another question here, if we want to use one delivery template to send 5 branch flow email, and each of branch delivery contains different attachment, can I achieve this?