how can i remove edit option on customer field in custom sales order screen(allowedit true in aspx), tried setenabled in graph did’nt work
PXUIFieldAttribute.SetEnabled<SOOrder.customerID>(Base.Document.Cache, null, isEnabled: false);
how can i remove edit option on customer field in custom sales order screen(allowedit true in aspx), tried setenabled in graph did’nt work
PXUIFieldAttribute.SetEnabled<SOOrder.customerID>(Base.Document.Cache, null, isEnabled: false);
Best answer by aiwan
Did you set the data to the current record? I see in your handler it is null.
you could also set it as disabled in the workflow engine.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.