This is in a post process directive on the BAQ under the updateext.
/* Update Primary Bin */
for each ttResults.
Find First PlantWhse where PlantWhse.Company = Cur-Comp and PlantWhse.PartNum = ttCallContextBpmData.ShortChar01 and PlantWhse.WarehouseCode = 'MAINT'.
if avail PlantWhse then Do:
assign PlantWhse.PrimBin = ttCallContextBpmData.ShortChar02.
End.
End.
In a preprocess I carry the values I need through the callcontextbpmdata
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, December 11, 2014 8:31 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] udateable dashboard 9.05
Rob, would you mind sharing the code you used? I've been frustrated by PlantWhse, too.
[Non-text portions of this message have been removed]
/* Update Primary Bin */
for each ttResults.
Find First PlantWhse where PlantWhse.Company = Cur-Comp and PlantWhse.PartNum = ttCallContextBpmData.ShortChar01 and PlantWhse.WarehouseCode = 'MAINT'.
if avail PlantWhse then Do:
assign PlantWhse.PrimBin = ttCallContextBpmData.ShortChar02.
End.
End.
In a preprocess I carry the values I need through the callcontextbpmdata
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, December 11, 2014 8:31 AM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] udateable dashboard 9.05
Rob, would you mind sharing the code you used? I've been frustrated by PlantWhse, too.
[Non-text portions of this message have been removed]





