Then use
out_transactionItem.SpecificContent(“Columnname”)
out_transactionItem is the variable of type Queue item.
You need to use SpecificContent to get the value from the queueitem variable.
Thanks
Then use
out_transactionItem.SpecificContent(“Columnname”)
out_transactionItem is the variable of type Queue item.
You need to use SpecificContent to get the value from the queueitem variable.
Thanks