Price (and only Price) Changes

amwalshjde

Well Known Member
We want to stop users from changing orders after the 535 status, with the exception of pricing. Is this possible? The Processing option in the P4210 allows me to stop all changes to the sales order. Anyone ever had this same problem? If so what was the solution.

Thanks,
Aaron

Xe sp16.1 (with Update 3) on NT with Orcale.
 
Hi Aaron,

Maybe I am stating the obvious here, but my two initial comments are:

1) Do the processing options in the display Tab help at all? You could enable Pricing, but disable cost and stati.

2) Most enable/disable statements are activated in the "Set Focus on Grid" section. With a bit of handy work you can expand the statements there (if you want to be really fancy, you could make this processing option driven, but you will need to do some modding in the Sales Mbf's as well).

Other than that there is no straightforward way of achieving this.

Good luck,


Sef van den Nieuwelaar
Australia
B732 on NT, XE on NT, B732/A73 on AS400, B733 on NT
 
Sef-

1)I was hoping that the PO's in the DISPLAY tab would
help. However, we want to lock down everything but
price, so all costs, transportation info, quantity,
EVERYTHING but Unit Price.

2)I really would rather do just about anything then
modify the sales MBF. I thought I was on the right
track, when I modified the row exit for PRICE HISTORY
so that it allowed users to changes values and return
them to the sales detail grid after the rest of the
order was blocked. My excited ended when I tried to
save the order and the chage didn't take.

Thanks,
Aaron
--- Sef <[email protected]> wrote:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OW&Number=23689
-+


__________________________________________________
 
Create a new version of P4210 change Proc Options and limit access to this
version.

Users will be able to change the price but also the QTY or cancel the line

1)on Display allow price fields hide/block others

2a)on Default set Line Type to a line type that doesn't exist
b)on Default set next status to 999
This will prevent users from adding new lines (they'll get event rules
don't exist error OR if they overide the line type the status of 999 will
create a new line that goes nowhere.

3)The item can't be changed in any case.

4)Set Status Limit for changes to blank or 999


Since this probably won't be satisfactory i think you have to do a mod to
P4210.
1) You will no longer use the Status Limit for changes Proc. Option
2)Create a new processing option "Allow order modification. Blank=all
modification allowed, 1=only change to price allowed"
2a)Modify P4210 to read this processing option somewhere in the dialog
initialise or post initialise and use ER to disable all grid columns except
price.

Sean Gilbert
JDEdwards Consultant
PricewaterhouseCoopers
Montreal

Tel: 514.205.5000 x3619
Fax: 450.655.0163



amwalshjde
<amwalshjde@yah To: Sean Gilbert/CA/MCS/PwC@Americas-CA
oo.com> cc:
Sent by: Subject: Re: Price (and only Price) Changes
owner-jdelist@j
delist.com


11/08/2001
09:53 AM
Please respond
to jdelist






Sef-

1)I was hoping that the PO's in the DISPLAY tab would
help. However, we want to lock down everything but
price, so all costs, transportation info, quantity,
EVERYTHING but Unit Price.

2)I really would rather do just about anything then
modify the sales MBF. I thought I was on the right
track, when I modified the row exit for PRICE HISTORY
so that it allowed users to changes values and return
them to the sales detail grid after the rest of the
order was blocked. My excited ended when I tried to
save the order and the chage didn't take.

Thanks,
Aaron
--- Sef <[email protected]> wrote:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=OW&Number=23689
-+


__________________________________________________



--------------------------


XE SP15.1, Solaris, Oracle8.0.6, JAS(15.1) NT, WebSphere3.5
 
Back
Top