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.



Adding Where Used tab to Item Master

From: shannonrotz (2011-08-23 18:19)

Hi guys: I'm trying to add the Where Used tab to the Item Master so my client can track the Where Used for non-Inventory items. Theoretically this should be possible (in fact, desirable) since the SPAREPART table only tracks the Item #, not the storeroom.
To this end, I copied the Where Used tab from the Inventory application, and pasted it into the Item application. The result is a nice-looking Where Used tab, but no data is showing even when it should be.
Anyone got some feedback on what the next step is?
TIA
Shannon


From: Chris Lawless (2011-08-23 11:23)

Did you verify the relationship that the controls are using is valid for
ITEM? You'll need to create a relationship from ITEM to the SPAREPART object
then ensure that the table window on your new tab reflects that relationship
- and that the relationship is valid (doesn't include storeroom references
for example).
You might also want to export and re-import your screen to verify there are
no naming conflicts for the controls, it's unlikely but worth checking. This
may be validated on save or when the screen renders, I can't remember
offhand.
Chris.
On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@yahoo.ca> wrote:
> **
>
>
> Hi guys: I'm trying to add the Where Used tab to the Item Master so my
> client can track the Where Used for non-Inventory items. Theoretically this
> should be possible (in fact, desirable) since the SPAREPART table only
> tracks the Item #, not the storeroom.
>
> To this end, I copied the Where Used tab from the Inventory application,
> and pasted it into the Item application. The result is a nice-looking Where
> Used tab, but no data is showing even when it should be.
>
> Anyone got some feedback on what the next step is?
>
> TIA
>
> Shannon
>
>
>


From: Travis Herron (2011-08-24 13:45)

Shannon,
I find it funny. . .this same thing was up next on my to-do list! I think I had tried before and failed. Now this spurred me to try again, and I think I've got it.
1) Export item.xml and save it.
2) Export inventor.xml and save it.
3) Open them both in a text editor.
4) Copy the Where Used tab portion from inventor.xml and paste it where you want to in item.xml. Save, and close both.
5) Import your modified item.xml
6) Now view your modified item.xml in Application Designer. Click on the Where Used tab. That's on the tab itself -- not necessarily clicking the words "Where Used" so that the view changes to show the contents of the tab. Hope that made sense.
7) Open the properties of the Where Used tab itself. Set the relationship to INVENTORY.
8) Save.
Done! (Unless there's other tweaks you want to make to it)
Travis Herron
--- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@...> wrote:
>
> Did you verify the relationship that the controls are using is valid for
> ITEM? You'll need to create a relationship from ITEM to the SPAREPART object
> then ensure that the table window on your new tab reflects that relationship
> - and that the relationship is valid (doesn't include storeroom references
> for example).
>
> You might also want to export and re-import your screen to verify there are
> no naming conflicts for the controls, it's unlikely but worth checking. This
> may be validated on save or when the screen renders, I can't remember
> offhand.
>
> Chris.
>
> On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@...> wrote:
>
> > **
> >
> >
> > Hi guys: I'm trying to add the Where Used tab to the Item Master so my
> > client can track the Where Used for non-Inventory items. Theoretically this
> > should be possible (in fact, desirable) since the SPAREPART table only
> > tracks the Item #, not the storeroom.
> >
> > To this end, I copied the Where Used tab from the Inventory application,
> > and pasted it into the Item application. The result is a nice-looking Where
> > Used tab, but no data is showing even when it should be.
> >
> > Anyone got some feedback on what the next step is?
> >
> > TIA
> >
> > Shannon
> >
> >
> >
>
>
>
>


From: Travis Herron (2011-08-24 14:11)

Hmmm,
Upon further review. . .
What I wrote below will get it to function, for INVENTORIED items.
For whatever reason, the WHEREUSED object uses the Inventory service, not the Item service.
Let me try some more. . .
Travis
--- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@...> wrote:
>
> Shannon,
>
> I find it funny. . .this same thing was up next on my to-do list! I think I had tried before and failed. Now this spurred me to try again, and I think I've got it.
>
> 1) Export item.xml and save it.
> 2) Export inventor.xml and save it.
> 3) Open them both in a text editor.
> 4) Copy the Where Used tab portion from inventor.xml and paste it where you want to in item.xml. Save, and close both.
> 5) Import your modified item.xml
> 6) Now view your modified item.xml in Application Designer. Click on the Where Used tab. That's on the tab itself -- not necessarily clicking the words "Where Used" so that the view changes to show the contents of the tab. Hope that made sense.
> 7) Open the properties of the Where Used tab itself. Set the relationship to INVENTORY.
> 8) Save.
>
> Done! (Unless there's other tweaks you want to make to it)
>
> Travis Herron
>
> --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> >
> > Did you verify the relationship that the controls are using is valid for
> > ITEM? You'll need to create a relationship from ITEM to the SPAREPART object
> > then ensure that the table window on your new tab reflects that relationship
> > - and that the relationship is valid (doesn't include storeroom references
> > for example).
> >
> > You might also want to export and re-import your screen to verify there are
> > no naming conflicts for the controls, it's unlikely but worth checking. This
> > may be validated on save or when the screen renders, I can't remember
> > offhand.
> >
> > Chris.
> >
> > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@> wrote:
> >
> > > **
> > >
> > >
> > > Hi guys: I'm trying to add the Where Used tab to the Item Master so my
> > > client can track the Where Used for non-Inventory items. Theoretically this
> > > should be possible (in fact, desirable) since the SPAREPART table only
> > > tracks the Item #, not the storeroom.
> > >
> > > To this end, I copied the Where Used tab from the Inventory application,
> > > and pasted it into the Item application. The result is a nice-looking Where
> > > Used tab, but no data is showing even when it should be.
> > >
> > > Anyone got some feedback on what the next step is?
> > >
> > > TIA
> > >
> > > Shannon
> > >
> > >
> > >
> >
> >
> >
> >
>


From: Kevin Wertz (2011-08-24 14:04)

We have had this in our system for several years. Used the below item
relationship to sparepart. Works great. If you need anymore info let me
know.
itemnum = :itemnum and itemsetid = :itemsetid
Kevin Wertz
Grifols, Inc.
Clayton, NC
On Wed, Aug 24, 2011 at 10:11 AM, Travis Herron <therron@pcci.edu> wrote:
> **
>
>
> Hmmm,
>
> Upon further review. . .
>
> What I wrote below will get it to function, for INVENTORIED items.
>
> For whatever reason, the WHEREUSED object uses the Inventory service, not
> the Item service.
>
> Let me try some more. . .
>
> Travis
>
>
> --- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@...> wrote:
> >
> > Shannon,
> >
> > I find it funny. . .this same thing was up next on my to-do list! I think
> I had tried before and failed. Now this spurred me to try again, and I think
> I've got it.
> >
> > 1) Export item.xml and save it.
> > 2) Export inventor.xml and save it.
> > 3) Open them both in a text editor.
> > 4) Copy the Where Used tab portion from inventor.xml and paste it where
> you want to in item.xml. Save, and close both.
> > 5) Import your modified item.xml
> > 6) Now view your modified item.xml in Application Designer. Click on the
> Where Used tab. That's on the tab itself -- not necessarily clicking the
> words "Where Used" so that the view changes to show the contents of the tab.
> Hope that made sense.
> > 7) Open the properties of the Where Used tab itself. Set the relationship
> to INVENTORY.
> > 8) Save.
> >
> > Done! (Unless there's other tweaks you want to make to it)
> >
> > Travis Herron
> >
> > --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> > >
> > > Did you verify the relationship that the controls are using is valid
> for
> > > ITEM? You'll need to create a relationship from ITEM to the SPAREPART
> object
> > > then ensure that the table window on your new tab reflects that
> relationship
> > > - and that the relationship is valid (doesn't include storeroom
> references
> > > for example).
> > >
> > > You might also want to export and re-import your screen to verify there
> are
> > > no naming conflicts for the controls, it's unlikely but worth checking.
> This
> > > may be validated on save or when the screen renders, I can't remember
> > > offhand.
> > >
> > > Chris.
> > >
> > > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hi guys: I'm trying to add the Where Used tab to the Item Master so
> my
> > > > client can track the Where Used for non-Inventory items.
> Theoretically this
> > > > should be possible (in fact, desirable) since the SPAREPART table
> only
> > > > tracks the Item #, not the storeroom.
> > > >
> > > > To this end, I copied the Where Used tab from the Inventory
> application,
> > > > and pasted it into the Item application. The result is a nice-looking
> Where
> > > > Used tab, but no data is showing even when it should be.
> > > >
> > > > Anyone got some feedback on what the next step is?
> > > >
> > > > TIA
> > > >
> > > > Shannon
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > >
> >
>
>
>


From: Travis Herron (2011-08-24 19:27)

Ah, so the problem basically is ITEM doesn't have a SITEID.
Kevin, do you have a multi-site setup?
Travis Herron
--- In MAXIMO@yahoogroups.com, Kevin Wertz <wertzee@...> wrote:
>
> We have had this in our system for several years. Used the below item
> relationship to sparepart. Works great. If you need anymore info let me
> know.
>
> itemnum = :itemnum and itemsetid = :itemsetid
>
> Kevin Wertz
> Grifols, Inc.
> Clayton, NC
>
> On Wed, Aug 24, 2011 at 10:11 AM, Travis Herron <therron@...> wrote:
>
> > **
> >
> >
> > Hmmm,
> >
> > Upon further review. . .
> >
> > What I wrote below will get it to function, for INVENTORIED items.
> >
> > For whatever reason, the WHEREUSED object uses the Inventory service, not
> > the Item service.
> >
> > Let me try some more. . .
> >
> > Travis
> >
> >
> > --- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@> wrote:
> > >
> > > Shannon,
> > >
> > > I find it funny. . .this same thing was up next on my to-do list! I think
> > I had tried before and failed. Now this spurred me to try again, and I think
> > I've got it.
> > >
> > > 1) Export item.xml and save it.
> > > 2) Export inventor.xml and save it.
> > > 3) Open them both in a text editor.
> > > 4) Copy the Where Used tab portion from inventor.xml and paste it where
> > you want to in item.xml. Save, and close both.
> > > 5) Import your modified item.xml
> > > 6) Now view your modified item.xml in Application Designer. Click on the
> > Where Used tab. That's on the tab itself -- not necessarily clicking the
> > words "Where Used" so that the view changes to show the contents of the tab.
> > Hope that made sense.
> > > 7) Open the properties of the Where Used tab itself. Set the relationship
> > to INVENTORY.
> > > 8) Save.
> > >
> > > Done! (Unless there's other tweaks you want to make to it)
> > >
> > > Travis Herron
> > >
> > > --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> > > >
> > > > Did you verify the relationship that the controls are using is valid
> > for
> > > > ITEM? You'll need to create a relationship from ITEM to the SPAREPART
> > object
> > > > then ensure that the table window on your new tab reflects that
> > relationship
> > > > - and that the relationship is valid (doesn't include storeroom
> > references
> > > > for example).
> > > >
> > > > You might also want to export and re-import your screen to verify there
> > are
> > > > no naming conflicts for the controls, it's unlikely but worth checking.
> > This
> > > > may be validated on save or when the screen renders, I can't remember
> > > > offhand.
> > > >
> > > > Chris.
> > > >
> > > > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi guys: I'm trying to add the Where Used tab to the Item Master so
> > my
> > > > > client can track the Where Used for non-Inventory items.
> > Theoretically this
> > > > > should be possible (in fact, desirable) since the SPAREPART table
> > only
> > > > > tracks the Item #, not the storeroom.
> > > > >
> > > > > To this end, I copied the Where Used tab from the Inventory
> > application,
> > > > > and pasted it into the Item application. The result is a nice-looking
> > Where
> > > > > Used tab, but no data is showing even when it should be.
> > > > >
> > > > > Anyone got some feedback on what the next step is?
> > > > >
> > > > > TIA
> > > > >
> > > > > Shannon
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>
>
>
>


From: Kevin Wertz (2011-08-24 15:32)

We have two sites but the second site really doesn't do a whole lot with
inventory.
KW
On Wed, Aug 24, 2011 at 3:27 PM, Travis Herron <therron@pcci.edu> wrote:
> **
>
>
> Ah, so the problem basically is ITEM doesn't have a SITEID.
>
> Kevin, do you have a multi-site setup?
>
> Travis Herron
>
>
> --- In MAXIMO@yahoogroups.com, Kevin Wertz <wertzee@...> wrote:
> >
> > We have had this in our system for several years. Used the below item
> > relationship to sparepart. Works great. If you need anymore info let me
> > know.
> >
> > itemnum = :itemnum and itemsetid = :itemsetid
> >
> > Kevin Wertz
> > Grifols, Inc.
> > Clayton, NC
> >
> > On Wed, Aug 24, 2011 at 10:11 AM, Travis Herron <therron@...> wrote:
> >
> > > **
> > >
> > >
> > > Hmmm,
> > >
> > > Upon further review. . .
> > >
> > > What I wrote below will get it to function, for INVENTORIED items.
> > >
> > > For whatever reason, the WHEREUSED object uses the Inventory service,
> not
> > > the Item service.
> > >
> > > Let me try some more. . .
> > >
> > > Travis
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@> wrote:
> > > >
> > > > Shannon,
> > > >
> > > > I find it funny. . .this same thing was up next on my to-do list! I
> think
> > > I had tried before and failed. Now this spurred me to try again, and I
> think
> > > I've got it.
> > > >
> > > > 1) Export item.xml and save it.
> > > > 2) Export inventor.xml and save it.
> > > > 3) Open them both in a text editor.
> > > > 4) Copy the Where Used tab portion from inventor.xml and paste it
> where
> > > you want to in item.xml. Save, and close both.
> > > > 5) Import your modified item.xml
> > > > 6) Now view your modified item.xml in Application Designer. Click on
> the
> > > Where Used tab. That's on the tab itself -- not necessarily clicking
> the
> > > words "Where Used" so that the view changes to show the contents of the
> tab.
> > > Hope that made sense.
> > > > 7) Open the properties of the Where Used tab itself. Set the
> relationship
> > > to INVENTORY.
> > > > 8) Save.
> > > >
> > > > Done! (Unless there's other tweaks you want to make to it)
> > > >
> > > > Travis Herron
> > > >
> > > > --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> > > > >
> > > > > Did you verify the relationship that the controls are using is
> valid
> > > for
> > > > > ITEM? You'll need to create a relationship from ITEM to the
> SPAREPART
> > > object
> > > > > then ensure that the table window on your new tab reflects that
> > > relationship
> > > > > - and that the relationship is valid (doesn't include storeroom
> > > references
> > > > > for example).
> > > > >
> > > > > You might also want to export and re-import your screen to verify
> there
> > > are
> > > > > no naming conflicts for the controls, it's unlikely but worth
> checking.
> > > This
> > > > > may be validated on save or when the screen renders, I can't
> remember
> > > > > offhand.
> > > > >
> > > > > Chris.
> > > > >
> > > > > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@>
> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi guys: I'm trying to add the Where Used tab to the Item Master
> so
> > > my
> > > > > > client can track the Where Used for non-Inventory items.
> > > Theoretically this
> > > > > > should be possible (in fact, desirable) since the SPAREPART table
> > > only
> > > > > > tracks the Item #, not the storeroom.
> > > > > >
> > > > > > To this end, I copied the Where Used tab from the Inventory
> > > application,
> > > > > > and pasted it into the Item application. The result is a
> nice-looking
> > > Where
> > > > > > Used tab, but no data is showing even when it should be.
> > > > > >
> > > > > > Anyone got some feedback on what the next step is?
> > > > > >
> > > > > > TIA
> > > > > >
> > > > > > Shannon
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>


From: shannonrotz (2011-08-29 20:39)

I posted the solution that I found, but for some reason I don't see it here. Anyway, the steps for me were:
1. Export ITEM and INVENTORY to XML
2. Copy Where Used tab from INVENTORY to ITEM
3. Take out the SPAREPART tab that is specified for the overall Where Used tab properties, since you want the top section (where ITEMNUM and SITEID are) to draw from the main object.
4. Change SITEID to ITEMSETID
5. Create a new relationship in DBConfig from ITEM to SPAREPART, as Kevin specified - I called it SPAREPART2
6. Specify SPAREPART2 as the relationship for the table section of the tab
7. Adjust the fields in the table to use the relationship fields (they'll go wonky when you specify the new relationship).
8. Create a new relationship from SPAREPART to ASSET and use that as the attribute for the Asset description.
Hope this helps anyone that needs to do it.
Shannon
--- In MAXIMO@yahoogroups.com, Kevin Wertz <wertzee@...> wrote:
>
> We have had this in our system for several years. Used the below item
> relationship to sparepart. Works great. If you need anymore info let me
> know.
>
> itemnum = :itemnum and itemsetid = :itemsetid
>
> Kevin Wertz
> Grifols, Inc.
> Clayton, NC
>
> On Wed, Aug 24, 2011 at 10:11 AM, Travis Herron <therron@...> wrote:
>
> > **
> >
> >
> > Hmmm,
> >
> > Upon further review. . .
> >
> > What I wrote below will get it to function, for INVENTORIED items.
> >
> > For whatever reason, the WHEREUSED object uses the Inventory service, not
> > the Item service.
> >
> > Let me try some more. . .
> >
> > Travis
> >
> >
> > --- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@> wrote:
> > >
> > > Shannon,
> > >
> > > I find it funny. . .this same thing was up next on my to-do list! I think
> > I had tried before and failed. Now this spurred me to try again, and I think
> > I've got it.
> > >
> > > 1) Export item.xml and save it.
> > > 2) Export inventor.xml and save it.
> > > 3) Open them both in a text editor.
> > > 4) Copy the Where Used tab portion from inventor.xml and paste it where
> > you want to in item.xml. Save, and close both.
> > > 5) Import your modified item.xml
> > > 6) Now view your modified item.xml in Application Designer. Click on the
> > Where Used tab. That's on the tab itself -- not necessarily clicking the
> > words "Where Used" so that the view changes to show the contents of the tab.
> > Hope that made sense.
> > > 7) Open the properties of the Where Used tab itself. Set the relationship
> > to INVENTORY.
> > > 8) Save.
> > >
> > > Done! (Unless there's other tweaks you want to make to it)
> > >
> > > Travis Herron
> > >
> > > --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> > > >
> > > > Did you verify the relationship that the controls are using is valid
> > for
> > > > ITEM? You'll need to create a relationship from ITEM to the SPAREPART
> > object
> > > > then ensure that the table window on your new tab reflects that
> > relationship
> > > > - and that the relationship is valid (doesn't include storeroom
> > references
> > > > for example).
> > > >
> > > > You might also want to export and re-import your screen to verify there
> > are
> > > > no naming conflicts for the controls, it's unlikely but worth checking.
> > This
> > > > may be validated on save or when the screen renders, I can't remember
> > > > offhand.
> > > >
> > > > Chris.
> > > >
> > > > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi guys: I'm trying to add the Where Used tab to the Item Master so
> > my
> > > > > client can track the Where Used for non-Inventory items.
> > Theoretically this
> > > > > should be possible (in fact, desirable) since the SPAREPART table
> > only
> > > > > tracks the Item #, not the storeroom.
> > > > >
> > > > > To this end, I copied the Where Used tab from the Inventory
> > application,
> > > > > and pasted it into the Item application. The result is a nice-looking
> > Where
> > > > > Used tab, but no data is showing even when it should be.
> > > > >
> > > > > Anyone got some feedback on what the next step is?
> > > > >
> > > > > TIA
> > > > >
> > > > > Shannon
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>
>
>
>


From: shannonrotz (2011-08-29 20:45)

Sorry - in #3, I meant "Take out the SPAREPART relationship" - not tab.
Shannon
--- In MAXIMO@yahoogroups.com, "shannonrotz" <shannonrotz@...> wrote:
>
> I posted the solution that I found, but for some reason I don't see it here. Anyway, the steps for me were:
> 1. Export ITEM and INVENTORY to XML
> 2. Copy Where Used tab from INVENTORY to ITEM
> 3. Take out the SPAREPART tab that is specified for the overall Where Used tab properties, since you want the top section (where ITEMNUM and SITEID are) to draw from the main object.
> 4. Change SITEID to ITEMSETID
> 5. Create a new relationship in DBConfig from ITEM to SPAREPART, as Kevin specified - I called it SPAREPART2
> 6. Specify SPAREPART2 as the relationship for the table section of the tab
> 7. Adjust the fields in the table to use the relationship fields (they'll go wonky when you specify the new relationship).
> 8. Create a new relationship from SPAREPART to ASSET and use that as the attribute for the Asset description.
>
> Hope this helps anyone that needs to do it.
>
>
>
> Shannon
>
> --- In MAXIMO@yahoogroups.com, Kevin Wertz <wertzee@> wrote:
> >
> > We have had this in our system for several years. Used the below item
> > relationship to sparepart. Works great. If you need anymore info let me
> > know.
> >
> > itemnum = :itemnum and itemsetid = :itemsetid
> >
> > Kevin Wertz
> > Grifols, Inc.
> > Clayton, NC
> >
> > On Wed, Aug 24, 2011 at 10:11 AM, Travis Herron <therron@> wrote:
> >
> > > **
> > >
> > >
> > > Hmmm,
> > >
> > > Upon further review. . .
> > >
> > > What I wrote below will get it to function, for INVENTORIED items.
> > >
> > > For whatever reason, the WHEREUSED object uses the Inventory service, not
> > > the Item service.
> > >
> > > Let me try some more. . .
> > >
> > > Travis
> > >
> > >
> > > --- In MAXIMO@yahoogroups.com, "Travis Herron" <therron@> wrote:
> > > >
> > > > Shannon,
> > > >
> > > > I find it funny. . .this same thing was up next on my to-do list! I think
> > > I had tried before and failed. Now this spurred me to try again, and I think
> > > I've got it.
> > > >
> > > > 1) Export item.xml and save it.
> > > > 2) Export inventor.xml and save it.
> > > > 3) Open them both in a text editor.
> > > > 4) Copy the Where Used tab portion from inventor.xml and paste it where
> > > you want to in item.xml. Save, and close both.
> > > > 5) Import your modified item.xml
> > > > 6) Now view your modified item.xml in Application Designer. Click on the
> > > Where Used tab. That's on the tab itself -- not necessarily clicking the
> > > words "Where Used" so that the view changes to show the contents of the tab.
> > > Hope that made sense.
> > > > 7) Open the properties of the Where Used tab itself. Set the relationship
> > > to INVENTORY.
> > > > 8) Save.
> > > >
> > > > Done! (Unless there's other tweaks you want to make to it)
> > > >
> > > > Travis Herron
> > > >
> > > > --- In MAXIMO@yahoogroups.com, Chris Lawless <lawlessc@> wrote:
> > > > >
> > > > > Did you verify the relationship that the controls are using is valid
> > > for
> > > > > ITEM? You'll need to create a relationship from ITEM to the SPAREPART
> > > object
> > > > > then ensure that the table window on your new tab reflects that
> > > relationship
> > > > > - and that the relationship is valid (doesn't include storeroom
> > > references
> > > > > for example).
> > > > >
> > > > > You might also want to export and re-import your screen to verify there
> > > are
> > > > > no naming conflicts for the controls, it's unlikely but worth checking.
> > > This
> > > > > may be validated on save or when the screen renders, I can't remember
> > > > > offhand.
> > > > >
> > > > > Chris.
> > > > >
> > > > > On Tue, Aug 23, 2011 at 11:19 AM, shannonrotz <shannonrotz@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi guys: I'm trying to add the Where Used tab to the Item Master so
> > > my
> > > > > > client can track the Where Used for non-Inventory items.
> > > Theoretically this
> > > > > > should be possible (in fact, desirable) since the SPAREPART table
> > > only
> > > > > > tracks the Item #, not the storeroom.
> > > > > >
> > > > > > To this end, I copied the Where Used tab from the Inventory
> > > application,
> > > > > > and pasted it into the Item application. The result is a nice-looking
> > > Where
> > > > > > Used tab, but no data is showing even when it should be.
> > > > > >
> > > > > > Anyone got some feedback on what the next step is?
> > > > > >
> > > > > > TIA
> > > > > >
> > > > > > Shannon
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
> >
>