Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ExportPostponementSpecificationsAndFulfillmentRestrictions 
 | 
{ 
 | 
  Description: 'Export Postponement specifications object and Fulfillment restrictions object' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Export Postponement specifications 
 | 
    this.ExportPostponementSpecifications(); 
 | 
     
 | 
    // Export Fulfillment restrictions 
 | 
    this.ExportFulfillmentRestrictions(); 
 | 
     
 | 
    //Export PostponedSalesDemandCosts 
 | 
    this.ExportPostponedSalesDemandCosts(); 
 | 
  *] 
 | 
} 
 |