Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



how to see the vendor code in view inventory transactions screen?

From: samir khodair (2011-12-22 15:29)

Hi all,
I want to see the vendor code of the received items when the user open the
"View Inventory transactions" action from the inventory application
the XML exist in the LIBRARY XML ,
really I cannot find a direct relation between the inventory application
and the PO application
I edited the library XML and added the following line but doesn�t work with
me
<tablecol
id="invtrans_viewtrans_receipts_grid3_1_2_matrectrans_tablebody_117"
relationship="matrectrans" dataattribute="vendor" label="Vendor" />
thanks in advance
--
Samir Khodair
IT Engineer


From: Travis Herron (2011-12-22 14:14)

Change it to this:
<tablecol
> id="invtrans_viewtrans_receipts_grid3_1_2_matrectrans_tablebody_117"
> relationship="matrectrans" dataattribute="po.vendor" label="Vendor" />
(All you need is to add po. before vendor in the dataattribute.)
Travis Herron
--- In MAXIMO@yahoogroups.com, samir khodair <s.khodair@...> wrote:
>
> Hi all,
>
>
>
>
> I want to see the vendor code of the received items when the user open the
> "View Inventory transactions" action from the inventory application
>
>
>
> the XML exist in the LIBRARY XML ,
>
> really I cannot find a direct relation between the inventory application
> and the PO application
>
>
>
> I edited the library XML and added the following line but doesn't work with
> me
>
>
>
> <tablecol
> id="invtrans_viewtrans_receipts_grid3_1_2_matrectrans_tablebody_117"
> relationship="matrectrans" dataattribute="vendor" label="Vendor" />
>
>
>
> thanks in advance
>
> --
> Samir Khodair
>
> IT Engineer
>
>
>
>


From: samir_khodair2004 (2011-12-23 08:03)


thanks so much Travis , it is working now very fine
--- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@...> wrote:
>
> Change it to this:
>
> <tablecol
> > id="invtrans_viewtrans_receipts_grid3_1_2_matrectrans_tablebody_117"
> > relationship="matrectrans" dataattribute="po.vendor" label="Vendor" />
>
>
>
> (All you need is to add po. before vendor in the dataattribute.)
>
>
> Travis Herron
>
> --- In MAXIMO@yahoogroups.com, samir khodair <s.khodair@> wrote:
> >
> > Hi all,
> >
> >
> >
> >
> > I want to see the vendor code of the received items when the user open the
> > "View Inventory transactions" action from the inventory application
> >
> >
> >
> > the XML exist in the LIBRARY XML ,
> >
> > really I cannot find a direct relation between the inventory application
> > and the PO application
> >
> >
> >
> > I edited the library XML and added the following line but doesn't work with
> > me
> >
> >
> >
> > <tablecol
> > id="invtrans_viewtrans_receipts_grid3_1_2_matrectrans_tablebody_117"
> > relationship="matrectrans" dataattribute="vendor" label="Vendor" />
> >
> >
> >
> > thanks in advance
> >
> > --
> > Samir Khodair
> >
> > IT Engineer
> >
> >
> >
> >
>