How to allow Over delivery,Under delivery iin AX2009

When I want to posy the packing slip

I get the error
Overdelivery of line is 100.00 percent, but the allowed overdelivery is only 0.00 percent.

…As per our business requirement, system should allow over delivery,Under delivery with out throwing error.

Could you please tell me how can i get rid of this validation messages

Hi,

You have to set fields in purch line (section setup and overdelivery,underdelivery). Those fields are also on items, so it will be filled automaticaly in purch line when you create it.

Daniel

Hi,

In the accounts payable and accounts receivable parameters / Tab updates you have to check accept overdelivery and accept underdelivery. On the sales order line section / tab Delivery you can define the over - and underdelivery perentages. In the purchase order line section / tab Setup you can define the over - and underdelivery percentages.

Kind regards,

Hi Daniel/Wouter ,

Thanks for your response,i know that what you said…

lets assume if there 500 lines …i could not spend much time for updating each line manually…

is there any standard way to achieve this with out customization.

Hi,

I think that best way is to change it on items. The new puchase line will inherit value from item. For existing purch or sales lines you have to make the job which updates those fileds.

Daniel

You set it against the item, when the item is written to the order the settings are added. If you have loaded thousands of lines then that is the rule adopted, so you have little choice if this is wrong, to update the lines. You could write a script to update this I guess, but talk to a developer.

Hi Krishna,

As Daniel stated you can define over- and underdelivery percentages on item level (tab References) for purchase orders and for sales orders.

Regards,

Hi Adam/Wouter ,

Thanks for your prompt response…

Apart from this Is there any other setup so its applicable for all the items…

if there is no way could you please post piece of code which system uses for checking overdelivery/underDelivery so that i could prompt the message before packing slip in sales order in my customized application