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: ListEntities
| Response OnClick (
| structured[Entity] selection
| ) id:Response_ListEntities_MenuIncludeEntities_OnClick
| {
| #keys: '[146140.0.1718774385]'
| Body:
| [*
| // Include the entity
| Dialog.IncludeExcludeEntity( selection, true );
| *]
| CanBindMultiple: false
| DefinitionID => /ListEntities/Responsedef_ListEntities_Menu_OnClick
| Initiator: 'MenuIncludeEntities'
| Precondition:
| [*
| return Dialog.Data().CanIncludeExcludeEntity( feedback, selection, OptimizerPuzzleBase::StatusIcon_Check() );
| *]
| }
|
|