Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #56861 All Revisions ] Back to Issue ]
Summary 0056861: Handlers receive incorrect selection when the process is executed in tree view
Revision 2025-01-14 11:25 by caristu
Steps To Reproduce 1) Navigate to a window that supports being displayed in tree view and that allows to executed an standard process
2) Switch to the tree view, select any record and run the process
3) Note that in the handler, inside the doExecute method if we do:

      JSONObject data = new JSONObject(content);
      JSONArray ids = data.getJSONArray("recordIds");

Note that inside "ids" there is not the id of the selected record

To test this with an existing use case:

1) Login as AWO QA Admin role
2) Go to the Warehouse Definition window, select the US West Coast window and switch to the Stock Incident subtab. Create a new record for any reason leaving the Inventory Transaction Type field empty and manual stock incident unchecked. In the Action subtab, create a new record with Action=None, Approval=Before Action Execution and Content=Handling Units
3) Go to the Warehouse Operations window, select the record with Banana and Attribute Set value "BB1000005" and execute the Move process
4) Go to the Picking List window, select the record created for the previous generated movement and click in Confirm Pickin List process
5) In the confirmation popup, create a new stock incident record for the reason configured in step 2. Multiple stock incidents should have been created.
6) Finally, go to the Stock Incident window, switch to the tree view and select the parent stock incident generated by step 5). Click on the Approve button.

(Note that the Approve process uses the StockIncidentApprovalHandler which reads the records as explained above)
Revision 2025-01-14 11:25 by caristu
Steps To Reproduce 1) Navigate to a window that supports being displayed in tree view and that allows to executed an standard process
2) Switch to the tree view, select any record and run the process
3) Note that in the handler, inside the doExecute method if we do:

      JSONObject data = new JSONObject(content);
      JSONArray ids = data.getJSONArray("recordIds");

Note that inside "ids" there is not the id of the selected record

To test this in an existing window:

1) Login as AWO QA Admin role
2) Go to the Warehouse Definition window, select the US West Coast window and switch to the Stock Incident subtab. Create a new record for any reason leaving the Inventory Transaction Type field empty and manual stock incident unchecked. In the Action subtab, create a new record with Action=None, Approval=Before Action Execution and Content=Handling Units
3) Go to the Warehouse Operations window, select the record with Banana and Attribute Set value "BB1000005" and execute the Move process
4) Go to the Picking List window, select the record created for the previous generated movement and click in Confirm Pickin List process
5) In the confirmation popup, create a new stock incident record for the reason configured in step 2. Multiple stock incidents should have been created.
6) Finally, go to the Stock Incident window, switch to the tree view and select the parent stock incident generated by step 5). Click on the Approve button.

(Note that the Approve process uses the StockIncidentApprovalHandler which reads the records as explained above)
Revision 2024-11-04 12:44 by caristu
Steps To Reproduce 1) Navigate to a window that supports being displayed in tree view and that allows to executed an standard process
2) Switch to the tree view, select any record and run the process
3) Note that in the handler, inside the doExecute method if we do:

      JSONObject data = new JSONObject(content);
      JSONArray ids = data.getJSONArray("recordIds");

Note that inside "ids" there is not the id of the selected record


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker