1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| Quintiq file version 2.0
| #parent: ListOriginStockingPointInLane
| Response OnDrop (
| structured[StockingPoint_MP] information,
| Lane lane
| ) id:Response_ListOriginStockingPointInLane_OnDrop_1
| {
| #keys: '[110880.4.2102743211]'
| Body:
| [*
| // Assign stocking points as origin
|
| lane.AddStockingPoints( information, true, false );
| *]
| CanBindMultiple: false
| DefinitionID => /ListOriginStockingPointInLane/Responsedef_ListOriginStockingPointInLane_OnDrop
| Precondition:
| [*
| return Lane::CanAddStockingPoint( feedback, information, lane, true );
| *]
| }
|
|