Hi All, I was creating SalesOrder from Quote.
During order creation, after the request "*emailorder*", upon success, I am redirecting it to a groovy event to store some data to a New Entity created for my reference. I need to get orderId of the created order for the new entity. My Problem: During the order creation process, by the time the request comes to emailorder, the cart and session variables gets cleared. So, I'm not able to get the orderId for the created order. Is there any way to get this? Regards, Naveen.
