Generate Yearly Report - Dispatcher

Hi,

In Dispatcher process in Get transaction data code - we will check for the page is exist or not with Transaction Number. initially it will be 1. but after which step we will increment it so that dispatcher will move to next page.

would appreciate your help.

Regards,
Vijay.

1 Like

You have to increment it in the Get_Transaction_Data.

Regards,
Karthik Byggari

1 Like

Thank you for your reply.

so in Get_Transaction_Data i will check page exist or not and increment the transaction number. in process will add values to queue and again it will go to Get_Transaction_Data and when page doesn’t exist with count “out_TransactionItem” will set to nothing and the process will go to End State right.

am i correct ?

Regards,
Vijay.

1 Like

Yes. That’s perfect.

1 Like

ReFramework is already had an increment operation in “SetTransactionStatus” page to get the next item. so there is no need of additional increment operation.

Hey Karthik Just look into it i felt additional increment is not required.

Regards,
Vijay.

Sorry, my mistake. Confused. You are right.

Regards,
Karthik Byggari

Yes vijay you are right. It has been increased by one every success of Transaction as io_TransactionNumber as Input/Output Argument

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