Technical values of a delivery status | Community
Skip to main content
DJ2012
March 13, 2019
Solved

Technical values of a delivery status

  • March 13, 2019
  • 2 replies
  • 2163 views

I am exporting the status of deliveries in an alert from a workflow. The status is being converted to a code, e.g. 'Target Ready' becomes '15' when it arrives in the alert. Is there a list of technical values for each status available so we can translate the codes when we receive the alerts?

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 bisswang

The entries are defined in enumeration   deliveryState.

This enumeration is defined within the  nms:delivery  schema.

So just navigate to the schema definition and you can find all possible values there

2 replies

bisswangAdobe EmployeeAccepted solution
Adobe Employee
March 13, 2019

The entries are defined in enumeration   deliveryState.

This enumeration is defined within the  nms:delivery  schema.

So just navigate to the schema definition and you can find all possible values there

Samb
Level 2
August 18, 2020

Hi, Can you please let me know know better way to translate such codes . Example from 15 to "Target Ready" in query output.

 

Thanks