Blank orders

WojtekmWojtekm Member Posts: 123
Hello,

How (is it possible) to create a blank sales/purchase order every time when users open sales/purchase form wich is looks and works like new order.

best regards
Wojtekm

Comments

  • ara3nara3n Member Posts: 9,256
    I would rather train the user to hit F3 than doing the mod.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • crisnicolascrisnicolas Member Posts: 177
    Wojtekm wrote:
    Hello,

    How (is it possible) to create a blank sales/purchase order every time when users open sales/purchase form wich is looks and works like new order.

    best regards
    Wojtekm

    On the OnOpenForm() trigger write
    rec.INIT
    rec.INSERT(TRUE)
  • ara3nara3n Member Posts: 9,256
    What you are going to end up is with a lot of empty Sales Orders.
    So then you'll end up training users to delete the emty orders.

    Or ask on how to delete oncloseform the emty orders automatically.
    or ask on how to get the last inserted empty sales order if already exists.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Wojtekm wrote:
    Hello,

    How (is it possible) to create a blank sales/purchase order every time when users open sales/purchase form wich is looks and works like new order.

    best regards
    Wojtekm

    On the OnOpenForm() trigger write
    rec.INIT
    rec.INSERT(TRUE)

    ](*,) ](*,) ](*,) ](*,) ](*,)

    Please if someone asks how to stick their head in a fire, you don't explain to them how to do it, you explain to them how much it hurts to have your head on fire.
    David Singleton
  • Alex_ChowAlex_Chow Member Posts: 5,063
    Please if someone asks how to stick their head in a fire, you don't explain to them how to do it, you explain to them how much it hurts to have your head on fire.

    LOL!! :lol::lol::lol: Thanks. I needed that.

    Anywho, sometimes it's tough to train the users if the customer's enviornment has high turnover (retail customers for example). Nonetheless, always suggest training to the management before suggesting modification.
  • SavatageSavatage Member Posts: 7,142
    **off/on topic**
    I made a post long ago basically saying the "creation of lots of blank orders"

    http://www.mibuso.com/forum/viewtopic.php?t=5964
    I thought the mbsonline links still worked - but they don't anybody know the correct syntax to the link **David Help?**
  • David_SingletonDavid_Singleton Member Posts: 5,479
    Savatage wrote:
    **off/on topic**
    I made a post long ago basically saying the "creation of lots of blank orders"

    http://www.mibuso.com/forum/viewtopic.php?t=5964
    I thought the mbsonline links still worked - but they don't anybody know the correct syntax to the link **David Help?**

    Getting everything into Community Server using a standard tool meant some compromises. One of those is that we have lost (not sure if permanently) the t number.

    So at the moment we are using search. Search is now running great, so if its one of your posts, search for some key words against your savatage user ID.

    Any way, I am guessing that this new Purchase/Sales document Blank is the one you were looking for.

    I used your user ID, and blank orders to find it.
    David Singleton
  • WojtekmWojtekm Member Posts: 123
    hello,

    i know that it isn`t the best solution to create a lot of blank orders but sometimes when custorer is really strenuous it`s hard to explain how simple is useing F3 key.

    but thanks for advices.

    Wojtekm
Sign In or Register to comment.