Dear Experts,
I want to show one column either Available Physical or Physical Inventory (On-hand form)on batches form . please check the above images.
Best Regards,
Shabir Ahmad
Dear Experts,
I want to show one column either Available Physical or Physical Inventory (On-hand form)on batches form . please check the above images.
Best Regards,
Shabir Ahmad
Hi Shabir,
In this case, you need to clear Dynalinks for InventSum data source on init method
if (callerInventBatch) { this.query().dataSourceName(this.name()).clearDynalinks(); }
Hi Sergei Minozhenko,
Thanks for your reply, i want to show physical inventory or available physical column on batches form from On-Hand form. It will be a display method to show physical inventory or available physical column on batches for all items. Please check the image to clear the idea.
Best Regards,
Shabir Ahmad
Hi Shabir,
You can hide columns in code by caller form or record. In case of InventBatch there is already if for Batched.
All you need is to activate property "AutoDeclaration" on columns you want to hide and then hide them in code by setting visible property to false.
if (element.args().record() && element.args().record().TableId == tableNum(InventBatch)) { PhysicalInvent.visible(false); ... }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156