I extended our on hand list form to display the production pool id from inventable data source. The table is already defined in the form so I just added the prodpoolid column to the grid but no data is being displayed on the form. Did I miss some setting after adding/dragging the new column? NameAlias is also coming from the same table and the value is displayed ok. Thanks in advance.
The form shows aggregated data grouped by item and inventory dimensions. Fields that are neither grouped by not aggregated have no value, which applies to your field as well.
In your case, you want to group by your field. The standard logic configuring the query is in InventDimCtrl_Frm_OnHand class and you'll need to extend it.
Was this reply helpful?YesNo
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.