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?
Solved! Go to Solution.
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
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
Hi, Can you please let me know know better way to translate such codes . Example from 15 to "Target Ready" in query output.
Thanks
Views
Replies
Total Likes