How to initialize queueitemm and assign value

Hi All,
I have a scenario where i hav a project that does not based on transaction item, however, there is case where i need to create queue item for temporary purpose. can anyone help me with initialize queue item and assign value ?

Hi @gopal_ram , please try below logic

TransactionItem = new QueueItem() 
TransactionItem.SpecificContent = New Dictionary(Of String, Object)() From {{"<your queueitem field","its value"}}

NOTE : TransactionItem is of type queueitem
**example : **

4 Likes

Hi @pavithra_pavi , this worked!. Thank you!

glad i could be a help.

Kindly mark the solution so that it can help others

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.