Sample URL https://acumatica/(W(6))/Main?ScreenId=SO301000&OrderType=QT&OrderNbr=000455&Company=C20125
I want to get the Company from the url into the row inserting event

Sample URL https://acumatica/(W(6))/Main?ScreenId=SO301000&OrderType=QT&OrderNbr=000455&Company=C20125
I want to get the Company from the url into the row inserting event
Best answer by jayson
using System.Web;
string company = HttpContext.Current.Request.QueryString["Company"];
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.