Acumatica Summit 2026 - January 25-28 | Seattle Convention Center — Summit Building
How can we apply dynamic query in processing requisition create order screen ?
I try this but cannot solve
public class RQRequisitionProcess_Extension : PXGraphExtension<PX.Objects.RQ.RQRequisitionProcess>{ public virtual IEnumerable records() { foreach (var item in this.Base.Records.Select()) { RQRequisition rQRequisition = (RQRequisition)item; if(rQRequisition.BranchID == PXContext.GetBranchID()) { yield return item; } } }}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.