problem in creating new PO after archive

vikram7_dabas
vikram7_dabas Member Posts: 611
My Problem is that i have make one functionality of short close by making the menu button of short close when we will press that button the whole PO will be Archive and new Po will create.now i have a problem how to make a new PO after the short close.My short close functionality is running fine but after that i wants to make a new PO.It should be added in the short close functionality.tell me how to do this?
Vikram Dabas
Navision Technical Consultant

Comments

  • ssingla
    ssingla Member Posts: 2,973
    Short close of P.O. happens when the vendor has or will not supply the original qty of P.O. If a P.O. is short close what is the need for creating a new P.O. :-k
    CA Sandeep Singla
    http://ssdynamics.co.in
  • vikram7_dabas
    vikram7_dabas Member Posts: 611
    the problem is that when we short close the PO then for the remaining quantity the new po should be opened.
    Vikram Dabas
    Navision Technical Consultant
  • darshanm
    darshanm Member Posts: 280
    If you want to create a new P.O. just after
    short closing it, Then you have to customise a lot.

    Ask user to create new P.O. No. by pressing F3, use copy document
    functinality to save the time in P.O. creation.
    Darshan Mungekar
    Senior Consultan
  • muksha
    muksha Member Posts: 274
    Why you don't want to create it from blanket order. Just write a code on sort closing the po a new po of same quantity should be created from blanket order?

    This code should be just after your existing code.
    Mukesh Sharma
  • vikram7_dabas
    vikram7_dabas Member Posts: 611
    i cant understand that how new PO can make from the blanket order
    Vikram Dabas
    Navision Technical Consultant
  • muksha
    muksha Member Posts: 274
    In your code after archiving you just add the code which is called from the sales quote after putting the several information of customer and quotation and item in variables.
    Mukesh Sharma