I have a need checkbox(UsrFieldName) to the Request Screen RQ301000. I need to add FieldUpdated Event to it
RQRequestEntry is the main DAC
public class RQRequestEntry_Extension : PXGraphExtension<PX.Objects.RQ.RQRequestEntry>
{
#region Event Handlers
protected void _(Events.FieldUpdated<RQRequest> e) -----→ How can I update this Line
{
}
#endregion
}
