Packing Slip for Only Received Item Quantity

Hi Friends,

I have an One Requirement in Purchase Order form.The Requirement is when i open

Purchase order form it shows a two Grids one in PurchParmTable in Header and second one is PurchParmLine

as a lines.In Lines having the fields like ItemNumber,ItemName and Item Quantity.when i posting

the lines all values are posted. Here i mention the Item Quantity ----> 50 quantity ordered.

Now they Received only 10 Item Quantity means Remaining 40 quantity not yet received.

so here how can i do packing Slip only for received 10 item quantity? Not for all Items quantities…

below i mentioned coding for posting all quantity values.how can i change this code for only 10 item

quantities in packing Slip…?

void ProductPacking(ProductInform purchaseOrderNo)

{

;

purchFormLetter.update(PurchTable::find(purchaseOrderNo.PurchaseOrderNo),purchaseOrderNo.PurchaseOrderNo);

}

dear saravana,

in ax by default you can use this function by enabling product registration process,

where you receive 10 qty from 50 ordered qty then you have to make registration of 10 qty and while making product receipt you have to selected registered items and then enter the number of product receipt and enter OK.

this will received only 10 qty only and rest 40 qty will be show ordered.

you can contact me on skype fopr further detail for the same.

Thanks [:)] Husain,can you tell me the Function name and where it is?

Dear Saravana,

go to inventory and warehouse module.

in item model group select registration require just tick mark this one then while receiving items you have to register the items before it is received.

the register process can be done by two ways one from item arrival journal and second from opening the Purchase order click receive tab and here click product receipt and register all items one by one by clicking update line.

Or populate the “receive now” with the quantity and only ever post using the receive now parameter.

You Said correct.but where i want to pass the parameter ReceiveNow…? I couldn’t understood that.can you give me the brief Explaination…?

Dear Saravana,

Make Purchase Order then confirm.

go to receiving tab click product receipt.

select the line and click update on right hand side one window will open.

click for the auto check box above area where item is listed with status order once you click auto that line will come down here select the location and warehouse and post all.

so this is the registration process now in case you have received 10 pcs from 50 pcs then manually change quantity from 50 to 10 in below area in same window and post all.

then enter the product receipt number and post, to verify you can click total button which will give you the total value of the received stock.

contact me on skype will show you the live scenario via team viewer.

Hi Saravana,

Please refer the below links.

http://dynamicsuser.net/forums/p/67217/354438.aspx

http://dynamicsuser.net/forums/p/38544/198260.aspx

Thanks,

Hari