1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| Quintiq file version 2.0
| #parent: ListFeedbackTrips
| Response OnClick (
| structured[FeedbackProductInTrip] selection
| ) id:Response_ListFeedbackTrips_MenuCopy_OnClick
| {
| #keys: '[146140.0.231357705]'
| CanBindMultiple: false
| DefinitionID => /ListFeedbackTrips/Responsedef_ListFeedbackTrips_WebMenu_OnClick
| GroupServerCalls: true
| Initiator: 'MenuCopy'
| QuillAction
| {
| Body:
| [*
| // Copy feedback trip
| FeedbackProductInTrip::Copy( selection );
| *]
| }
| }
|
|