Sales delivery schedule

Hi,

Can anyone tell me how I can enable or disable sales delivery schedule for a particular line?

HI,

I got the solution,we can change it from classes\SalesTableInteractionHelper\parmDeliveryScheduleEnabled in which we can change the condition of sales order line

(Like we can change the Line Status = delivery line)

A quantity greater than 1 would enable the standard option to create a schedule - no point in creating a schedule for 1 [:D]

Yeah you are right but actually i don’t want to attach the delivery schedule for the line…In ax2009 we can change it from clicked method from salestable form,so all i want to know that how i can change it in ax 2012

Thanks for the help [:D]

When you enable it make sure that, your custom condition to enable delivery schedule wont contradict with the standard conditions in

\Classes\SalesTableInteractionHelper\deliveryScheduleConversionAllowed

thanks[:D]