Hi there,
How to get the postponed date of queue item from orchestrator.
I have used defer date property but still it is giving the created date
Hi there,
How to get the postponed date of queue item from orchestrator.
I have used defer date property but still it is giving the created date
Try this-
transactionItem
.transactionItem.Succeeded
).transactionItem.Deferred
property. This will provide the date and time when the item was deferred.Thanks!!!
I would like to get transaction item reference number by filtering out with the defer date.is it possible ?