yypsybs
2023-10-10 550ebcf02217f8a0c6fe9001fcfa8e42e9cd6b83
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Quintiq file version 2.0
#parent: ListBookmark
Response OnClick (
  Bookmark selection
) id:Response_ListBookmark_MenuUpdateWithCurrentSelection_OnClick
{
  #keys: '[137818.0.100773660]'
  CanBindMultiple: false
  DefinitionID => /ListBookmark/Responsedef_ListBookmark_WebMenu_OnClick
  Initiator: 'MenuUpdateWithCurrentSelection'
  Precondition:
  [*
    return not selection.IsFolder()
  *]
  QuillAction
  {
    Body:
    [*
      // Save current scope
      selection.SetBookmarkElement( ApplicationMacroPlanner.DataHolderCheckedEntities().Data(),
                                    ApplicationMacroPlanner.DataHolderCheckedProduct().Data(),
                                    ApplicationMacroPlanner.DataHolderCheckedSalesSegment().Data(),
                                    null( Period_MPs ) );
    *]
    GroupServerCalls: false
  }
}