Hi Gents, How can I make a dynamic Link.Open to have individual instances?
I have a dynamic Link opening orders in a new Tab (or page), all works fine when open the first order, but when the user select another order the link open correctly the page but after few seconds all pages already open refresh to the last order (seems all pages run under same instance).
Code to open: Link.Open("Post.Order.wgx?ref=" + oLookingForOrder);
Every page render like this: …/Order.wgx?vwginstance=0
Any ideas?