Hello Everyone,
Have tried to enable the following field in contract management but I’m unable to.
Kindly assist
All responses will be highly appreciated.
Hello Everyone,
Have tried to enable the following field in contract management but I’m unable to.
Kindly assist
All responses will be highly appreciated.
Hi
Please write the RowSelected Event Handler to enable/disable or show/ hide the required fields.
Example:
protected virtual void _(Events.RowSelected< SOLine > e)
{
var row = (SOLine) e.Row;
if (row == null) return;
PXUIFieldAttribute.SetEnabled<SOLine.myField>(
sender, e.row, false);
}
I hope it helps you.
Moulali Shaik.
If Enable Override Formulas in Contracts field is checked
Please find the screenshot for reference.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.