Processing Options - Adding new item in the middle

Early

Member
8.11

P4310
Client has a number of custom PO items that are live in PROD. For a new mod they want a new PO item to be added in the MIDDLE of the custom ones. Was told this was a no no on my first week of JDE course. I'm a few years on now.....

In addition to updating the typedef, can this be done safely if:

-'retouch' all the existing versions (set values, click ok to save the values),
-repromote versions
-do a full build

Thanks.
 
Even if you add it to the "middle" in reality it will get appended to the end of the data structure so I don't believe it will cause you any additional issues as opposed to adding it to the "end".
 
Thanks BOster.
I was't sure if the new data value would actually be stored at the 'end' as well.
 
Back
Top