Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TypeRepresentation SWF_ActivityBase 
 | 
{ 
 | 
  AttributeRepresentation DueDate 
 | 
  { 
 | 
    AttributeKey: '[113694.2.1189633776]' 
 | 
    Conditional: 
 | 
    [ 
 | 
      DataRepresentation.Conditional 
 | 
      { 
 | 
        BackgroundColor: 'White' 
 | 
        Bold: true 
 | 
        ConditionBody: '(not object.IsCompleted()) and (object.DueDate() = object.Workflow().CurrentDate())' 
 | 
        ConversionBody: '' 
 | 
        DefaultBackgroundColor: false 
 | 
        DefaultTextColor: false 
 | 
        FormatString: 'D-M' 
 | 
        InheritConversion: false 
 | 
        InheritFormatting: false 
 | 
        TextColor: '$FF6600' 
 | 
      } 
 | 
      DataRepresentation.Conditional 
 | 
      { 
 | 
        BackgroundColor: 'White' 
 | 
        Bold: true 
 | 
        ConditionBody: '(not object.IsCompleted()) and (object.DueDate() < object.Workflow().CurrentDate())' 
 | 
        ConversionBody: '' 
 | 
        DefaultBackgroundColor: false 
 | 
        DefaultTextColor: false 
 | 
        FormatString: 'D-M' 
 | 
        InheritConversion: false 
 | 
        InheritFormatting: false 
 | 
        TextColor: 'Red' 
 | 
      } 
 | 
    ] 
 | 
    DataRepresentation.Default 
 | 
    { 
 | 
      FormatString: 'D-M' 
 | 
      InheritFormatting: false 
 | 
    } 
 | 
  } 
 | 
} 
 |