I have added myself a UD field to the WhseBin table. I would like to see this field in various places to make it actually useful. The most useful place to see this field would be in the PartBinSearch form (or sidebar, whatever).
Is there any way to customize the PartBinSearch to include a field for my bin fullness custom field? Thanks for your time!
Nate
Aaron you are a saint for helping!
So, I copied all the event widgets for the locked event: InvTrans.ToBinNum. I pasted them into a new event with identical triggering. The only difference is that I navigated to search type/name and put in my new BAQ. I created a BAQ like this:
select
[WhseBin].[WarehouseCode] as [WhseBin_WarehouseCode],
[WhseBin].[BinNum] as [WhseBin_BinNum],
[WhseBin].[Fullness_c] as [WhseBin_Fullness_c],
[WhseBin].[Company] as [WhseBin_Company]
from Erp.WhseBin as WhseBin
I also set the BAQ Search Like columns to include Company, Warehouse, and BinNum. I shared the BAQ and saved it.
Now When I click on the bin search icon, It brings up the sidebar in BAQ mode, with nothing else in it. No options or results or errors. I must have done something wrong here.