Best solution? Quote->Create Order entering PO number

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Best solution? Quote->Create Order entering PO number

CaseT
Hi,

Currently, in Release 4 version, when creating an order from a Quote the
system jumps to the Payment form Screen within the order entry process.
Because of this there is no where to enter a PO number for the order. The PO
number can only be entered in the step prior to choosing the order items.
The Payment form Screen comes after the Order Items screen.
So, I need to come up with a solution.

With my limited experience I've come up with the following possibilities:
Adding a new screen,
or add fields to enter the PO number in screens further in the process (on
the payment screen?),
 or add a field in the "Receive Payment" page list the button for which is
active once the order is created.

I would appreciate any ideas from those of you more knowledgeable with the
order entry code.

TIA, Case

---
Case Torres
[hidden email]


Reply | Threaded
Open this post in threaded view
|

RE: Best solution? Quote->Create Order entering PO number

CaseT
Excuse me, clicking on "Create Order" from the Quote screen renders the
"Ship-To Settings" page not the Payments Page. Same problems exists however.

Case Torres
[hidden email]

 

> -----Original Message-----
> From: Case Torres [mailto:[hidden email]]
> Sent: Thursday, April 24, 2008 10:52 AM
> To: [hidden email]
> Subject: Best solution? Quote->Create Order entering PO number
>
> Hi,
>
> Currently, in Release 4 version, when creating an order from
> a Quote the system jumps to the Payment form Screen within
> the order entry process.
> Because of this there is no where to enter a PO number for
> the order. The PO number can only be entered in the step
> prior to choosing the order items.
> The Payment form Screen comes after the Order Items screen.
> So, I need to come up with a solution.
>
> With my limited experience I've come up with the following
> possibilities:
> Adding a new screen,
> or add fields to enter the PO number in screens further in
> the process (on the payment screen?),  or add a field in the
> "Receive Payment" page list the button for which is active
> once the order is created.
>
> I would appreciate any ideas from those of you more
> knowledgeable with the order entry code.
>
> TIA, Case
>
> ---
> Case Torres
> [hidden email]
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Best solution? Quote->Create Order entering PO number

Scott Gray
In reply to this post by CaseT
Have a look at the setPoNumber request in the controller, you should be able
to add the field to any page you like and just modify the request chain to
include a call to that event.

Regards
Scott

2008/4/25 Case Torres <[hidden email]>:

> Hi,
>
> Currently, in Release 4 version, when creating an order from a Quote the
> system jumps to the Payment form Screen within the order entry process.
> Because of this there is no where to enter a PO number for the order. The
> PO
> number can only be entered in the step prior to choosing the order items.
> The Payment form Screen comes after the Order Items screen.
> So, I need to come up with a solution.
>
> With my limited experience I've come up with the following possibilities:
> Adding a new screen,
> or add fields to enter the PO number in screens further in the process (on
> the payment screen?),
>  or add a field in the "Receive Payment" page list the button for which is
> active once the order is created.
>
> I would appreciate any ideas from those of you more knowledgeable with the
> order entry code.
>
> TIA, Case
>
> ---
> Case Torres
> [hidden email]
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Best solution? Quote->Create Order entering PO number

Scott Gray
In reply to this post by CaseT
Have a look at the setPoNumber request in the controller, you should be able
to add the field to any page you like and just modify the request chain to
include a call to that event.

Regards
Scott

2008/4/25 Case Torres <[hidden email]>:

> Hi,
>
> Currently, in Release 4 version, when creating an order from a Quote the
> system jumps to the Payment form Screen within the order entry process.
> Because of this there is no where to enter a PO number for the order. The
> PO
> number can only be entered in the step prior to choosing the order items.
> The Payment form Screen comes after the Order Items screen.
> So, I need to come up with a solution.
>
> With my limited experience I've come up with the following possibilities:
> Adding a new screen,
> or add fields to enter the PO number in screens further in the process (on
> the payment screen?),
>  or add a field in the "Receive Payment" page list the button for which is
> active once the order is created.
>
> I would appreciate any ideas from those of you more knowledgeable with the
> order entry code.
>
> TIA, Case
>
> ---
> Case Torres
> [hidden email]
>
>
>
Reply | Threaded
Open this post in threaded view
|

RE: Best solution? Quote->Create Order entering PO number

Bilgin Ibryam
In reply to this post by CaseT
Case,

No matter in which screen you are, before creating the order you can use
"Order Items" link and go to Show cart screen. There on the "Order
Header Info" screen you can enter the PO Number.

If you don't want to go to "Show cart" screen, you can add new screen,
or a new field in all the screens before order creation.

Bilgin