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; } } }}
34 likes
23 likes
17 likes
16 likes
13 likes
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.
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.