Delivery template Vs delivery | Adobe Higher Education
Skip to main content
Level 3
March 6, 2020
Beantwoord

Delivery template Vs delivery

  • March 6, 2020
  • 1 reactie
  • 3421 Bekeken

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.

 

 

Er kunnen geen reacties meer worden geplaatst op dit onderwerp.
Beste antwoord door anupk2111

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.

 

 

Hope this makes sense. 

 

Thanks,

Anup

1 reactie

anupk2111
anupk2111Antwoord
Level 2
March 6, 2020

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.

 

 

Hope this makes sense. 

 

Thanks,

Anup

Partha18Auteur
Level 3
March 6, 2020
Thank you @anupk2111