Hi all,
i am facing this issue while trying assignment2 dispatcher process.Please help me rectify the issue.
Thanks,
S
Hi all,
i am facing this issue while trying assignment2 dispatcher process.Please help me rectify the issue.
Thanks,
S
It should be in_TransactionNumber
in the selector.
This is in process.xaml.Here we use in_TransactionItem right ? Process doesnot have Transactionnumber.
In getTransaction it is in_TransactionNumber .
Thanks,
S
Please pass as IN argument and use it in the process.xaml.
In the selector use like this in_TransactionItem.ToString
Hi,
I have used the same selector as yours in mine… and it worked fine for me…
"<html title='ACME System 1 - Work Items' /><webctrl aaname='" + in_TransactionItem + "' tag='SPAN' class='page-numbers current' />"
Just make sure the data type of the argument in_transactionItem is set to String under arguments
Also, in the GetTransactionData.xaml, make sure the out_transactionitem is assigned with the in_transactionNumber which will actually hold the page number of the grid…
That should work for you… let know if it doesn’t…
Thanks
Lahiru
Thanks , i assigned the selector to string and used the string var , it worked.
Thanks , i assigned the selector to string and used the string var , it worked.
S
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.