Additional Production Date Columns in Released and Shifted Production Views

These new date columns have been added to the RELEASED_PRODUCTION and SHIFTED_PRODUCTION views:

  • start_date: Using order's planned start date (and requested_start_date for fixed orders)
  • end_date: Using order's requirement date
  • release_date: Using order's requirement date + aging lead time

In these views, aging lead time is retrieved from the item-location record at order output items level. These views are at item-location level:

  • SP_V_FIRM_RELEASED_PRODUCTION
  • SP_V_SCHEDULED_RELEASED_PRODUCTION

Following views are at routing (process) level. Aging lead time in these views is retrieved using the item specified at the order header level. For reverse BOM orders, this item represents the process item (virtual item):

  • SP_V_FIXED_SHIFTED_PRODUCTION
  • SP_V_FIRM_SHIFTED_PRODUCTION
  • SP_V_SCHEDULED_SHIFTED_PRODUCTION
Note: This feature is enabled after appending the base template (base.zip) for this version. You do not require to do anything to enable this feature.