コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

What is the schema column name of delivery attachments

Avatar

Level 3

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

1 受け入れられたソリューション

Avatar

正解者
Level 10

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:

Milan_Vucetic_0-1604576556372.png

 

Regards,

Milan

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

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:

Milan_Vucetic_0-1604576556372.png

 

Regards,

Milan

Avatar

Level 3
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?

Avatar

Level 10

Hi, this is not feasible to have different attachment for recipients in the same delivery, unless you are generating attachment on the fly (check this link). Regards, Milan