Notifications
Announcements
No record found.
I'm not talking about Inventory Journal. I'm talking about the "add Products" form itself (RetailAddItems).I saw that there is a vendor control in it already when I opened this form from PurchLine.So i wanted to say in the "Init" method of the form, you can fill this vendor control with the value coming from inventory journal and you can specify to do this only for your case(i mean not for purchline or salesline), then call the modifed method of the vendor control so that the query is executed.
[ExtensionOf(formStr(RetailAddItems))] final class RetailAddItems_Extension { public void init() { next init(); if(this.args().dataset() == tableNum(PurchTable)) { Vendor.text("11111"); Vendor.modified(); Vendor.enabled(false); } } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 611 Most Valuable Professional
André Arnaud de Cal... 529 Super User 2025 Season 2
Sohaib Cheema 285 User Group Leader