customised objects

sunnyd

Member
Hi ,

which table gets updated when we customise any standard object in JDE .

Which report should we run to know customised objects details .
 
[ QUOTE ]
Hi ,

which table gets updated when we customise any standard object in JDE .

Which report should we run to know customised objects details .

[/ QUOTE ]


--Objects Modified
use JDE7333
select SIPATHCD, SIOBNM, SIMKEY, SIUSER, SIMRGMOD from OBJ7333.F9861 where SIMRGMOD='C' or SIMRGMOD='A' or SIMRGMOD='D'
 
sunnyd,

It may be too late for this for you (especially if you "inherited" your system), but you really should document all of your customizations to all standard JDE objects. This is critical information to have when you need to retrofit customizations after applying an ESU or go through an upgrade. We track all of our customizations in a Lotus Notes database; the tool doesn't matter as much as just having this documentation.
 
Back
Top