Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Delivery template Vs delivery

Avatar

Level 4

Hi Team,

 

If we create a workflow view folder, We are able to see all workflows from our environment. Because this workflows are stored in xtl:workflow schema.

 

But delivery template and delivery are stored in same schema nms:delivery. But how it gets differentiated as delivery or delivery template?

 

Or, if i need to query all deliveries (and not delivery template) or only delivery template (and not deliveries), how can i query it in nms:delivery schema?

 

Thanks and regards,

ParthaSarathy.

 

 

1 solution acceptée

Avatar

Réponse correcte par
Level 2

Hi @Partha18 

The nms:delivery schema has a boolean flag called Template. If the flag is true it says that the delivery is a template and vice versa.

Capture.JPG

 

 

Hope this makes sense. 

 

Thanks,

Anup

Voir la solution dans l'envoi d'origine

2 Replies

Avatar

Réponse correcte par
Level 2

Hi @Partha18 

The nms:delivery schema has a boolean flag called Template. If the flag is true it says that the delivery is a template and vice versa.

Capture.JPG

 

 

Hope this makes sense. 

 

Thanks,

Anup

Avatar

Level 4
Thank you @anupk2111