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.
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!! 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.
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.
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.
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
On the OnOpenForm() trigger write
rec.INIT
rec.INSERT(TRUE)
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.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
](*,) ](*,) ](*,) ](*,) ](*,)
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!! 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.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
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?**
http://www.BiloBeauty.com
http://www.autismspeaks.org
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.
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