hongji.li
2023-10-07 b4bab81cb7634135e1cf6fe062fa8b234fa47b73
1
2
3
4
5
6
7
8
9
10
11
12
13
Quintiq file version 2.0
#parent: #root
MethodOverride GetPISPName () declarative remote as String
{
  TextBody:
  [*
    name := guard( this.ProductInStockingPointInPeriodPlanningLeaf().ProductInStockingPoint_MP().Name(), '' );
    
    name := MacroPlan::GetSubstituteName( name );
    
    return name;
  *]
}