Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Technical values of a delivery status

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 2

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

 

Thanks