Delivery template Vs delivery | Community
Skip to main content
Level 3
March 6, 2020
Solved

Delivery template Vs delivery

  • March 6, 2020
  • 1 reply
  • 3421 views

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.

 

 

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 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 reply

anupk2111
anupk2111Accepted solution
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

Partha18Author
Level 3
March 6, 2020
Thank you @anupk2111