Customizing OE Invoice to include a Segment Value Description for the item

SUGGESTED

Our inventory Items have a structure "Style" (8 char)-"Colour" (5 Char)-"Size"-(3 Char)

We want to separately show the segment description in a field on the invoice for the style and the colour.

I have tried a little sub report for style connected by OEINPR3.ITEM, I have tried simply linking the ICSEGV to the OEINPR3.ITEM in Database Expert (trying various join types),  but the things I have tried come up blank.

Any suggestions?

Sam

Parents
  • 0
    SUGGESTED

    I got it to work without sub report:

    I used Jay's suggestion to link OEPRN3.ITEM to ICITEM.FMTITEMNO

    I used 13381622's suggestion to add ICSEGV twice and rename them as Style and Colour, linked my ITEM Segment1 to Style SEGVAL, and Item Segment2 to Colour SEGVAL.

    I then simply put DESC from each into the report where I needed it and it worked.

    Many thanks to both.

    Now I have to figure out how to get rid of the password pop up.

    Sam

Reply
  • 0
    SUGGESTED

    I got it to work without sub report:

    I used Jay's suggestion to link OEPRN3.ITEM to ICITEM.FMTITEMNO

    I used 13381622's suggestion to add ICSEGV twice and rename them as Style and Colour, linked my ITEM Segment1 to Style SEGVAL, and Item Segment2 to Colour SEGVAL.

    I then simply put DESC from each into the report where I needed it and it worked.

    Many thanks to both.

    Now I have to figure out how to get rid of the password pop up.

    Sam

Children