yanweiyuan3
2023-10-27 d1d15b61dfcf7fd0f800b32359f082cf580ed556
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
28
29
30
31
32
33
34
35
Quintiq file version 2.0
#parent: #root
TypeDataInterface ProductInLane
{
  TypeKey: '[110880.2.1166911824]'
  ImageDataMember ImgHasInvalidLane
  {
    #keys: '1[113694.0.1433980951]'
    Description: 'Product in lane has invalid lane.'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'The link to lane is broken. Please remove this instance.'
        Image: 'LINK_DELETE'
        Quill: 'isnull( object.Lane() );'
        Value: 'InvalidLane'
      }
    ]
  }
  ImageDataMember ImgIsExcluded
  {
    #keys: '1[126550.0.752840558]'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'Product in lane is excluded from the utilization of unit.'
        Image: 'BOX_DELETE'
        Quill: 'object.IsExcluded()'
        Value: 'Excluded'
      }
    ]
  }
}