IssueLine

 

This event is called for every Batch Number, Serial number, Bin Location and so on.

Not for every Document line. For this you can use stockmanagement.[document]PostingCode or workorder.[document]Line

 

Variable

Read

Write

Description

e_ItemCode

x


ItemCode

e_WhsCode

x

x

 

e_DistNumber

x

 

Batch / Serial number

e_BinCode

x

x

Here you can define the BinCode (Support Beas/WMS/SAP)
The system does not check the defined Bincode. If a wrong Bin Code is defined, it can produce errors in Document creation or in the Bin Booking process.

Note: Do not split a batch number in different Bin Locations. This is not supported in any scenarios.

e_RFID

x

x

RFID Code (only Beas Bin management, not in "old" work order receipt functions

e_Quantity

x

 

Quantity in warehouse unit

e_WoDocEntry

x

 

Work order DocEntry (only if called by Work order)

e_WoLineNumber

x

 

Work order Position (only if called by Work order)

e_WoLineNumber2

x

 

Work order Bill of Material position (only if called by Work order)


 

 


 

In the past it was possible to change the CostingCode in this user event. Now you can change this in ReceiptCostingCode.

In work order receipt it was possible to define batch attributes in this event.

You can use the BSL workorder receipt function to create receipts with all batch/serial attributes

In past it was possible to cancel the process, example with e_aktiv in the work order receipt function.
For compatibility mode the old functionality is running, but no new objects will support this.

In the past it was possible to define the price. Now this is only possible for work order receipt. Use event workordermanagement.GetPrice() and .GetPriceNegativPosition()