Re: Unit of Measure Conversion

macmiw

Member
Re: Unit of Measure Conversion

--------------72A9493C173354C51F045FCE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello folks, Another spin on the question: Does anyone have any thoughts on this Item Master Maintenance issue - the default 'C'hange action code appears in several of our Item Master related
screens(i.e. item units of measure screen 41002). It would be much preferred if this would always be 'I'nquirey. We sometimes get people update an item with incorrect data much too easily, a
slip of the finger. If default was 'I' updates would require a specific effort to do so. Any thoughts?

Cheers Sandy ..


gavinmclark wrote:

> G'Day Alain
>
> I notice that there have not been any replies to this question, so is this still an issue ??
>
> It is possible to restrict/allow a user/users ability use the Add/Change/Delete function on the <Item Units of Measure> maintenance screen using action code security (option 4 / G94).
>
> Regards
>
> Gavin
>
> Gavin Clark
> IT Consultant
> World/Oneworld Applications support
> World Development
> --------------------------
> Visit the forum to view this thread at:
> http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838
> *************************************************************
> This is the JDEList World Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************

--
William (Sandy) MacMillan
Lead Analyst/ Programmer
HighLiner Foods Incorporated
Phone 902-634-9475 ext 3506 Lunenburg Office
Fax 902-634-4785


--------------72A9493C173354C51F045FCE
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello folks, Another spin on the question: Does anyone have any thoughts
on this Item Master Maintenance issue - the default 'C'hange action code
appears in several of our Item Master related screens(i.e. item units of
measure screen 41002). It would be much preferred if this would always
be 'I'nquirey. We sometimes get people update an item with incorrect data
much too easily, a slip of the finger. If default was 'I' updates would
require a specific effort to do so. Any thoughts?


Cheers Sandy ..




gavinmclark wrote:
<blockquote TYPE=CITE>G'Day Alain


I notice that there have not been any replies to this question, so is
this still an issue ??


It is possible to restrict/allow a user/users ability use the Add/Change/Delete
function on the <Item Units of Measure> maintenance screen
using action code security (option 4 / G94).


Regards


Gavin


Gavin Clark

IT Consultant

World/Oneworld Applications support

World Development

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

Visit the forum to view this thread at:

http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838

*************************************************************

This is the JDEList World Mailing List.

Archives and information on how to SUBSCRIBE, and

UNSUBSCRIBE can be found at http://www.JDELIST.com

*************************************************************</blockquote>



--

William (Sandy) MacMillan

Lead Analyst/ Programmer

HighLiner Foods Incorporated

Phone 902-634-9475 ext 3506 Lunenburg Office

Fax 902-634-4785

</html>

--------------72A9493C173354C51F045FCE--
 
Re: Unit of Measure Conversion

If you really want to stop people from accidently changing Item master Data my first thought would be to Lock down the Item Master screens with Action code security. I know, easier said then done. but it solves a WHOLE lot of problems.

To make it not "default" a "C" you need code changes. Most screens use the "Automatic Inquiry" and then set the Action Code to "C". Look in the code for $AUTO.

If it has something like

$AUTO IFEQ '1'
MOVE 'C' ACTION <-------change that to 'I'
ENDIF




Scott Parker
Grote Industries, LLC.
WorldSoftware Version 8.1.2 AS/400 V4R5
 
Re: Unit of Measure Conversion

--=====================_24796040==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Sandy,

The 'C' happens to be hard-coded in the P41002 program. A one-line code
change would solve this problem.

Rich

At 12:21 PM 1/9/2001, you wrote:

>--------------72A9493C173354C51F045FCE
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>Hello folks, Another spin on the question: Does anyone have any thoughts
>on this Item Master Maintenance issue - the default 'C'hange action code
>appears in several of our Item Master related
>screens(i.e. item units of measure screen 41002). It would be much
>preferred if this would always be 'I'nquirey. We sometimes get people
>update an item with incorrect data much too easily, a
>slip of the finger. If default was 'I' updates would require a specific
>effort to do so. Any thoughts?
>
>Cheers Sandy ..
>
>
>gavinmclark wrote:
>
> > G'Day Alain
> >
> > I notice that there have not been any replies to this question, so is
> this still an issue ??
> >
> > It is possible to restrict/allow a user/users ability use the
> Add/Change/Delete function on the <Item Units of Measure>
> maintenance screen using action code security (option 4 / G94).
> >
> > Regards
> >
> > Gavin
> >
> > Gavin Clark
> > IT Consultant
> > World/Oneworld Applications support
> > World Development
> > --------------------------
> > Visit the forum to view this thread at:
> >
> http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838
> > *************************************************************
> > This is the JDEList World Mailing List.
> > Archives and information on how to SUBSCRIBE, and
> > UNSUBSCRIBE can be found at http://www.JDELIST.com
> > *************************************************************
>
>--
>William (Sandy) MacMillan
>Lead Analyst/ Programmer
>HighLiner Foods Incorporated
>Phone 902-634-9475 ext 3506 Lunenburg Office
>Fax 902-634-4785
>
>
>--------------72A9493C173354C51F045FCE
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
>Hello folks, Another spin on the question: Does anyone have any thoughts
>on this Item Master Maintenance issue - the default 'C'hange action code
>appears in several of our Item Master related screens(i.e. item units of
>measure screen 41002). It would be much preferred if this would always be
>'I'nquirey. We sometimes get people update an item with incorrect data
>much too easily, a slip of the finger. If default was 'I' updates would
>require a specific effort to do so. Any thoughts?
>
>Cheers Sandy ..
>
>gavinmclark wrote:
>>G'Day Alain
>>
>>I notice that there have not been any replies to this question, so is
>>this still an issue ??
>>
>>It is possible to restrict/allow a user/users ability use the
>>Add/Change/Delete function on the <Item Units of Measure>
>>maintenance screen using action code security (option 4 / G94).
>>
>>Regards
>>
>>Gavin
>>
>>Gavin Clark IT Consultant World/Oneworld Applications support World
>>Development -------------------------- Visit the forum to view this
>>thread at:
>><http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838
>>************************************************************* This is the
>>JDEList World Mailing List. Archives and information on how
>>to SUBSCRIBE, and UNSUBSCRIBE can be found at
>><http://www.JDELIST.com>http://www.JDELIST.com
>>*************************************************************
>
>-- William (Sandy) MacMillan Lead Analyst/ Programmer HighLiner Foods
>Incorporated Phone 902-634-9475 ext 3506 Lunenburg Office Fax 902-634-4785
>--------------72A9493C173354C51F045FCE--
>
>
>
>
>--------------------------
>To view this thread, visit the JDEList forum at:
>http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=3601
>
>*************************************************************
>This is the JDEList World Mailing List.
>Archives and information on how to SUBSCRIBE, and
>UNSUBSCRIBE can be found at http://www.JDELIST.com
>*************************************************************

===========================================================
Rich Buttenhoff Phone:(208)799-4181
Potlatch Corporation Fax:(208)799-1687
805 Mill Road Mailto:[email protected]
Lewiston, ID 83501-1016 http://www.potlatchcorp.com
===========================================================
Walking on water and programming from
specifications are easy, if both are frozen.
===========================================================

--=====================_24796040==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
Sandy,



The 'C' happens to be hard-coded in the P41002 program. A one-line
code change would solve this problem.



Rich



At 12:21 PM 1/9/2001, you wrote:



<blockquote type=cite class=cite cite>--------------72A9493C173354C51F045FCE

Content-Type: text/plain; charset=us-ascii

Content-Transfer-Encoding: 7bit



Hello folks, Another spin on the question: Does anyone have any thoughts
on this Item Master Maintenance issue - the default 'C'hange action code
appears in several of our Item Master related

screens(i.e. item units of measure screen 41002). It would be much
preferred if this would always be 'I'nquirey. We sometimes get people
update an item with incorrect data much too easily, a

slip of the finger. If default was 'I' updates would require a specific
effort to do so. Any thoughts?



Cheers Sandy ..





gavinmclark wrote:



> G'Day Alain

>

> I notice that there have not been any replies to this question, so
is this still an issue ??

>

> It is possible to restrict/allow a user/users ability use the
Add/Change/Delete function on the <Item Units of Measure>
maintenance screen using action code security (option 4 / G94).

>

> Regards

>

> Gavin

>

> Gavin Clark

> IT Consultant

> World/Oneworld Applications support

> World Development

> --------------------------

> Visit the forum to view this thread at:

>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838

> *************************************************************

> This is the JDEList World Mailing List.

> Archives and information on how to SUBSCRIBE, and

> UNSUBSCRIBE can be found at
http://www.JDELIST.com

> *************************************************************



--

William (Sandy) MacMillan

Lead Analyst/ Programmer

HighLiner Foods Incorporated

Phone 902-634-9475 ext 3506 Lunenburg Office

Fax 902-634-4785





--------------72A9493C173354C51F045FCE

Content-Type: text/html; charset=us-ascii

Content-Transfer-Encoding: 7bit



<!doctype html public "-//w3c//dtd html 4.0
transitional//en">

Hello folks, Another spin on the question: Does anyone have any thoughts
on this Item Master Maintenance issue - the default 'C'hange action code
appears in several of our Item Master related screens(i.e. item units of
measure screen 41002). It would be much preferred if this would always be
'I'nquirey. We sometimes get people update an item with incorrect data
much too easily, a slip of the finger. If default was 'I' updates would
require a specific effort to do so. Any thoughts?



Cheers Sandy ..



gavinmclark wrote:

<blockquote type=cite class=cite cite>G'Day Alain



I notice that there have not been any replies to this question, so is
this still an issue ??



It is possible to restrict/allow a user/users ability use the
Add/Change/Delete function on the <Item Units of Measure>
maintenance screen using action code security (option 4 / G94).



Regards



Gavin



Gavin Clark IT Consultant World/Oneworld Applications support World
Development -------------------------- Visit the forum to view this
thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=W&Number=2838
************************************************************* This is the JDEList World Mailing List. Archives and information on how to SUBSCRIBE, and UNSUBSCRIBE can be found at http://www.JDELIST.com *************************************************************</blockquote>

-- William (Sandy) MacMillan Lead Analyst/ Programmer HighLiner Foods Incorporated Phone 902-634-9475 ext 3506 Lunenburg Office Fax 902-634-4785

--------------72A9493C173354C51F045FCE--









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

To view this thread, visit the JDEList forum at:

http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=W&Number=3601

*************************************************************

This is the JDEList World Mailing List.

Archives and information on how to SUBSCRIBE, and

UNSUBSCRIBE can be found at http://www.JDELIST.com

*************************************************************</blockquote>
<x-sigsep>

</x-sigsep>
===========================================================

Rich Buttenhoff Phone:(208)799-4181

Potlatch Corporation Fax:(208)799-1687

805 Mill Road Mailto:rich.buttenhoff@potlatchcorp.<a href="mailto:[email protected]" eudora="autourl">com

</a>Lewiston, ID 83501-1016 http://www.potlatchcorp.<a href="http://www.potlatchcorp.com/" eudora="autourl">com

</a>===========================================================

Walking on water and programming from

specifications are easy, if both are frozen.

===========================================================

</html>

--=====================_24796040==_.ALT--
 
Re: Unit of Measure Conversion

G'Day All

One option is to not have the screen appear by default.

Review the processing options on the dream writer see below :

PROCESS CONTROL (Cont.) :
4. Enter a '1' for each additional
Item Master information screen to
display when performing an add or
change. If blank, the screen will
not display.
Classification Codes. . . . . . 1
Cost Revisions (Conditional). .
Price Revisions (Conditional) .
Units & Measures. . . . . . . .
Manufacturing Values. . . . . .
Bulk Product Information. . . .

Regards

Gavin Clark

IT Consultant
World/Oneworld Applications Support
World Development
[email protected]
 
Back
Top