Available Date Calculation on Supply Allocation Strategies

Allocation strategies include the Available Date Calculation setting on which you can specify whether to consider the ATP lead time when calculating the available date. Based on your setting, it determines which available date sources to use for the calculation. Then, it chooses the latest date among the available date sources, as shown in the… Continue reading Available Date Calculation on Supply Allocation Strategies

Add Expected Ship Date Column to Custom Sales Back Order Report

User having an issue when adding Expected Ship Date column to track open orders that needs to be fulfilled on their respective ship dates.Unfortunately the column field do not source the date from orders. As a solution to this User may select the Date Shipped column and show same results for item line level Expected Ship Date from the Sales… Continue reading Add Expected Ship Date Column to Custom Sales Back Order Report

Display Expected Ship Date on Reports and Saved Searches.

The Expected Ship Date field is coming from the Demand Planning module and is available in the Sales Order item line level. This will be automatically populated based on certain criteria and the user can change this date also. But this field will not be available in the reports and saved searches as the Store… Continue reading Display Expected Ship Date on Reports and Saved Searches.

Creating IF record based on the line level shipping date.

Scenario: Need to create an IF record based on the line level ship date in the Sales Order. If committed lines have different ship dates, should be able to fulfil the lines with ship date today and before. Future line-level ship dates can be fulfilled on future dates only. var IFRec = record.transform({ fromType: record.Type.SALES_ORDER,… Continue reading Creating IF record based on the line level shipping date.