Define the fields in dropdown window
Example: Manual Issue
Define new Batch Number in variable e_DistNumber. If this is not defined, the system use the settings in congifuration wizzard
Variable  | 
Read  | 
Write  | 
Description  | 
|---|---|---|---|
e_ItemCode  | 
x  | 
The current ItemCode  | 
|
e_Type  | 
x  | 
  | 
The Transaction type  | 
e_WhsCode  | 
x  | 
  | 
The Warehouse Code  | 
e_DropdownBSL  | 
  | 
x  | 
You can define a Beas Service Layer command, which you see in the dropdown Standard is 
 WareHouseStock(<e_WhsCode,bsl>)?$select=BinLocation/BinCode,BinLocation/BinColor, OnHand,UoMCode,Batch,IVersionId,RFID,BatchAttribute1,BatchAttribute2, ExpirationDate&$filter=ItemCode eq <e_itemcode,bsl> and OnHand gt 0 
 The field "BinCode" must be available, otherwise you can produce an error  | 
Additional variables available for windows without SAP Bin Support
This windows working with SQL Statement on Beas Bin Location tables
Variable  | 
Read  | 
Write  | 
Description  | 
|---|---|---|---|
e_bindropdown  | 
  | 
x  | 
SQL Statement for the dropdown window  | 
e_binfilter  | 
  | 
x  | 
Additional filter for current standard SQL Statement  |