Hi All ,
Development is related to a transaction launcher .
Process :
---------------------------------
Page 0 Home -
User opens up an order from search page in CRM UI (page 1)
Goes to the details of the order where an assignment block contains related entries (page2)
In this assignment block entries are dependent backend ERP orders marked as hyperlinks(page2)
Once click of this hyperlink(backend erp order ) the transaction launcher has to open erp order and the user views it in the workspace.
On click of back button from crm page it has to navigate back to order details where the assignment block with erp orders are present with hyperlinks
i.e page 2
----------------------------
Issue : while developing this functionality in development environment on hitting the back button, the page was redirecting to page1 instead of page 2
So implemented raise event history trigger wd_destroy method in window controller and it resolved the issue .
No issue with development environment ..
////////////////////////////////
The code everything is transported to quality and here the same steps are performed for transaction launcher .
On hitting back button the navigation is taking back to page 1 always instead of page 2 in quality.
When we perform in development the same steps mentioned it works like charm.when we have same set up in quality we get difference of history records what we see in the drop down of back button and its failing ..
In dev I see 3 history records and in quality for the same process there are only 2 history records recorded. Cant understand this difference..
User can click on the history as a drop down from the back button and can redirect to that particular page . or the set up is if user just clicks back button it goes to the first page in the drop down which is page 2 in my case ..
Problem here is in Quality I dont see that history getting recorded to redirect this page on click of back.
Any help is appreciated .
Thanks for your time.
Br,
Vijay