Hi all,
I got a grid with the list of available products.
I’ve added an html image on last column Order with the Order icon and then one for RFQ.
On Order_OnClick Ajax Events I added a short code like that
[glo_ProductID]= {ProductID} ;
[glo_ProduceName]={ProductName} ;
sc_redir(Product_Quantity, parm1=[glo_ProductID]; parm2=[glo_ProduceName], “_parent”);
As you can see I call a form where I want to insert the quantity of the product I’m ordering.
The behavior now is that SC on click open the little form but hide all previous grid.
Probably it’s a stupid question, but I’m not a programmer… Is it possible do the same things but opening the form in overlapped mode (over the grid) ?
Is there a more intelligent way to do this process ?
See image
When I insert the quantity , I click OK button and then I would like to come back to grid .
Need I to use the command --> sc_commit_trans
It’s not clear to me . Is it a confirmation ?
Many Thanks