Question

Display registered list of “Vendors”

  • 5 June 2023
  • 1 reply
  • 62 views

Userlevel 1

After ticking the Outside process checkbox, I wanted to display only the vendors who registered in the selected inventory item(Stock item> Vendors) on the vendor lookup. Is there anyone who did this kind of customization?


1 reply

Userlevel 6
Badge +3
I don’t know which screen you want to customize, but I did something similar on Sales Order Entry:
[PXMergeAttributes(Method = MergeMethod.Merge)]
[Vendor(typeof (Search2<BAccountR.bAccountID,
InnerJoin<POVendorInventory,
On<POVendorInventory.vendorID, Equal<BAccountR.bAccountID>,
And<POVendorInventory.inventoryID, Equal<Current<SOLine.inventoryID>>>>>,
Where<Vendor.type, NotEqual<BAccountType.employeeType>>>))]
public virtual void _(Events.CacheAttached<SOLine.vendorID> e) { }

 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved