We have an existing customization on a Processing Screen tied to a custom Button (T240 went sideways here and never got around to discussing an actual Process button hook), and it works perfectly.
Attempting to move the custom code to the Process button isn’t working-.
In an attempt to troubleshoot, we want to start with a brand new template and see the Process button in action--can’t get this to work. The new customization can inherit the code fairly easily, but we need a functioning Process button on a Processing screen.
Any hints (or sample code) for a “default template” for a Processing Screen?
Best answer by Naveen Boga
Hi @danoj Please find the template of the custom processing screen code. hope this helps!
public class BulkSOProcess : PXGraph<BulkSOProcess> { public PXCancel<MyFilterDAC> Cancel; public PXFilter<MyFilterDAC> Filter; public PXSelect<LogDAC> SSaaSLogView;
[PXFilterable] public PXFilteredProcessing<SOOrder, MyFilterDAC> MyProcessView;
Hi @danoj Please find the template of the custom processing screen code. hope this helps!
public class BulkSOProcess : PXGraph<BulkSOProcess> { public PXCancel<MyFilterDAC> Cancel; public PXFilter<MyFilterDAC> Filter; public PXSelect<LogDAC> SSaaSLogView;
[PXFilterable] public PXFilteredProcessing<SOOrder, MyFilterDAC> MyProcessView;