Dispatcher Invoice get transcation datatype

Hi
In invoice dispatcher process
we can use for each row and add to queue. but in one of the git hub I saw transcation item data type setting from queue to data row.
why it is req?
though mentioned in pdf that transitem data type must be queue only

In dispatcher process you have to upload the transaction into Queue so you have to use the DataType as Queue only for transaction item.

Thanks
@KarthikBallary

1 Like

but how to handle that in get transcation
we will add the data to queue in process seq. till that transcation item will be null
in get trancation if I scrape the data. how do I set out_transcationItem?

First you create Dispatcher process where you have to upload the Transaction item into queue.
Second use another REframework i.e. Performer to process each transaction.
Follow the pdf provided in Academy.

Thanks
@KarthikBallary

1 Like

Is that ok if we reset the data and then post the project to certification

Because in Dispatcher process we don’t get the data from the Orchestrator queue only in the performer we get the data from the orchestrator queue.
So we make Transaction Item as DataRow type.
And
Extract the data in the Init state you will get the datatable as the output from there then pass the datatable as in argument to the Get transaction State and Inside that out should be,
Out_TransactionItem = io_TransactionData(In_TransactionNumber-1).

2 Likes

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