Hi All,
I am using Add Queue Item activity. I am able to create arguments in Item Information( all as In_arguments).
But I want all these arguments to be out.
I need to use these values in different xaml.
Can you help.
Thanks,
rds
Hi All,
I am using Add Queue Item activity. I am able to create arguments in Item Information( all as In_arguments).
But I want all these arguments to be out.
I need to use these values in different xaml.
Can you help.
Thanks,
rds
The arguments that you add to queue will be retrieved when you do a get queue items or get transaction item……transactionitem/queueitem.specificContent("Queueitemname").ToString
There is no out argument as such that you need…
Cheers