Seeing what's on PO

Get our Free Newletter

Don't you have the time to be online here at DUG every day? So how do you follow what is going on in the Dynamics industry and community?
If you subscribe to the DUG Newsletter then you can relax! We will make sure that you don't miss the big news!

Check out our
Newsletter Subscription Center
page a complete list of our different newsletters.

Solution (Verified) This post has 1 verified solution | 8 Replies | 2 Followers

35 Posts
335 Points
Joined: 2011-7-8
Last Online:
2012-11-2 14:06
Location: Lincoln, UK
Nigel Christian posted on 2012-8-31 9:58

Hi,

In a simple buying/selling transaction, on the sales order screen, what's the easiest way of telling if there's already a purchase order open for a line, and for how much of the item that purchase order is covering?

Thanks.

Nigel

Solution (Verified) Verified Solution

Male
6,597 Posts
65,173 Points
Joined: 2001-4-12
Last Online:
2013-5-3 10:20
Location: Prague, Czech Republic
DynamicsNAVMVP
SystemAdministrator
Verified by Nigel Christian

Nigel Christian:

Hi,

In a simple buying/selling transaction, on the sales order screen, what's the easiest way of telling if there's already a purchase order open for a line, and for how much of the item that purchase order is covering?

Thanks.

Nigel

Hi Nigel, your question is very clear, and this is a very common request. There are many ways to solve this, depending on your exact needs, but the solution I normally do is this:

Take a look at the item card, and you will see a field "Qty On Purchase Order", now imagine that this field existed right on the Sales order line when you create a sales order.

Well, the "code" to create this field (a flow field) can be copied to the Sales Line Table (37) and some code added to the form to update this value when you enter an item no on the sales line, thus as soon as you enter the item number, you will see on the screen the qty that are currently on order. Normally I also add Qty On hand so the user then instantly see what is available in inventory or on purchase.

Unfortunately you wont be able to do this with out a developer license, so you would need to contact your partner to do the work, but this is a very trivial piece of work, taking 10 minutes at the most.

 

David Singleton - MVP Dynamics NAV Dynamics NAV Consultant since 1991 Available for Navision system performance design and tuning.
Dynamics Book

All Replies

3,998 Posts
87,685 Points
Joined: 2009-2-17
Last Online:
2013-5-24 17:53
Location: New Delhi
DynamicsNAVMVP
Moderator
Mohana replied on 2012-8-31 10:15

Can you be more clear please..

35 Posts
335 Points
Joined: 2011-7-8
Last Online:
2012-11-2 14:06
Location: Lincoln, UK
Nigel Christian replied on 2012-8-31 10:19

I have a sales order, and for each line, I want to know if I've already made a purchase order which covers the sale of that line.

How can I easily tell without going to the purchase orders or the item cards?

3,998 Posts
87,685 Points
Joined: 2009-2-17
Last Online:
2013-5-24 17:53
Location: New Delhi
DynamicsNAVMVP
Moderator
Mohana replied on 2012-8-31 10:27

You can reserve the line against purchase order..

Function-->reserve..

you will see availalbe inventory and purchase lines and production lines if it is production item..etc..

Male
2,228 Posts
32,855 Points
Joined: 2006-4-10
Last Online:
2013-5-24 12:05
Location: Pune India
Moderator
Amol replied on 2012-8-31 10:56

There is concept of Special Order you can find it in Sales order where you can select purchase order.

As well as you can apply the purchase entry in sales line using apply to entry.

 

-Amol

http://dynamicsuser.net/blogs/amol

Don't forget to  the post(s) that solved your problem

Male
6,597 Posts
65,173 Points
Joined: 2001-4-12
Last Online:
2013-5-3 10:20
Location: Prague, Czech Republic
DynamicsNAVMVP
SystemAdministrator
Verified by Nigel Christian

Nigel Christian:

Hi,

In a simple buying/selling transaction, on the sales order screen, what's the easiest way of telling if there's already a purchase order open for a line, and for how much of the item that purchase order is covering?

Thanks.

Nigel

Hi Nigel, your question is very clear, and this is a very common request. There are many ways to solve this, depending on your exact needs, but the solution I normally do is this:

Take a look at the item card, and you will see a field "Qty On Purchase Order", now imagine that this field existed right on the Sales order line when you create a sales order.

Well, the "code" to create this field (a flow field) can be copied to the Sales Line Table (37) and some code added to the form to update this value when you enter an item no on the sales line, thus as soon as you enter the item number, you will see on the screen the qty that are currently on order. Normally I also add Qty On hand so the user then instantly see what is available in inventory or on purchase.

Unfortunately you wont be able to do this with out a developer license, so you would need to contact your partner to do the work, but this is a very trivial piece of work, taking 10 minutes at the most.

 

David Singleton - MVP Dynamics NAV Dynamics NAV Consultant since 1991 Available for Navision system performance design and tuning.
Dynamics Book

Male
6,597 Posts
65,173 Points
Joined: 2001-4-12
Last Online:
2013-5-3 10:20
Location: Prague, Czech Republic
DynamicsNAVMVP
SystemAdministrator

Mohana:

Can you be more clear please..

No

 

I know a lot of posts ask questions that are not clear, but if you personally don't understand the question, why even reply minutes after the question is asked? This is a very simple question, and the poster gave all the required information. You don't have to answer every question with a question. All it does is adds confusion but adds no value.

David Singleton - MVP Dynamics NAV Dynamics NAV Consultant since 1991 Available for Navision system performance design and tuning.
Dynamics Book

3,998 Posts
87,685 Points
Joined: 2009-2-17
Last Online:
2013-5-24 17:53
Location: New Delhi
DynamicsNAVMVP
Moderator
Mohana replied on 2012-9-3 10:42

David Singleton:

Mohana:

Can you be more clear please..

No

 

I know a lot of posts ask questions that are not clear, but if you personally don't understand the question, why even reply minutes after the question is asked? This is a very simple question, and the poster gave all the required information. You don't have to answer every question with a question. All it does is adds confusion but adds no value.

I know what I am doing..Its an open forum and I can ask/post if It is not clear to me..

I dont need your permission to it..

35 Posts
335 Points
Joined: 2011-7-8
Last Online:
2012-11-2 14:06
Location: Lincoln, UK

David Singleton:

Nigel Christian:

Hi,

In a simple buying/selling transaction, on the sales order screen, what's the easiest way of telling if there's already a purchase order open for a line, and for how much of the item that purchase order is covering?

Thanks.

Nigel

Hi Nigel, your question is very clear, and this is a very common request. There are many ways to solve this, depending on your exact needs, but the solution I normally do is this:

Take a look at the item card, and you will see a field "Qty On Purchase Order", now imagine that this field existed right on the Sales order line when you create a sales order.

Well, the "code" to create this field (a flow field) can be copied to the Sales Line Table (37) and some code added to the form to update this value when you enter an item no on the sales line, thus as soon as you enter the item number, you will see on the screen the qty that are currently on order. Normally I also add Qty On hand so the user then instantly see what is available in inventory or on purchase.

Unfortunately you wont be able to do this with out a developer license, so you would need to contact your partner to do the work, but this is a very trivial piece of work, taking 10 minutes at the most.

Thank-you so much.

Unfortunately our developer is hard to reach and I can't seem to get hold of him. But never mind, at least I know what I want is possible. I'll get it some day!

Page 1 of 1 (9 items) | Get this RSS feed | Bookmark and Share