microsoft/Dynamics365Commerce.Solutions

ConcludeTransactionClientRequest auto logoff not getting triggered in 10.0.38. Was working in 10.0.35

DTomarDuco opened this issue · 0 comments

Problem Statement: Has the framework of ConcludeTransactionClientRequest changed in v10.0.38 from what was in v10.0.35.
Problem Description:
V10.0.35:
On executing the ConcludeTransactionClientRequest in v10.0.35 it was found that Cashdrawer/Open, CashDrawer/IsOpen and logoff request runs after the ConcludeTransactionClientRequest has run successfully without separately executing it. Please check the “Pos with extension console V35.txt” in attachment for logs.

image

V10.0.38:

While in v10.0.38 it is seen that the ConcludeTransactionClientRequest after executing doesnot automatically tiggers the CashDrawer/IsOpen and logoff request. Please check the console logs in “Pos with extension console V38.txt” attached.

image
image

When executing base cash operation it was seen that after ConcludeTransactionClientRequest completed it run Cashdrawer/Open, CashDrawer/IsOpen and logoff request. Can be seen in console logs “Pos without extension console V38.txt”.

image

Questions:

  1. Were CashDrawer/IsOpen and logoff request requests added manually in the base Cash form after ConcludeTransactionClientRequest in V10.0.38?
  2. If this change was made in the framework of ConcludeTransactionClientRequest are there any released notes for this?
  3. At what version this change was made V36,V37,V38?
    We added extra requests as below to achieve the same console logs as the base:

image

Please check the logs in file “POS with extension V38 with extra code.txt” attached.
Pos with extension console V35.txt
Pos with extension console V38.txt
POS with extension V38 with extra code.txt
Pos without extension console V38.txt

Thanks,
Deepak Tomar