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.



Find Assets

From: Ethan (2011-09-09 20:34)

Hi, I trying to find all the generators defined to multiple locations from the asset screen. MXES 6.2.2.
Thanks


From: Sean Clark-McCarthy (2011-09-09 16:59)

You can comma-separate the search criteria in the location field (location1, location2, location3, etc). Or you can use the Search Location Hierarchy field on the Advanced Search screen to find all assets that match your other criteria at the location specified or children locations.
-- Sean Clark-McCarthy
From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of Ethan
Sent: Friday, September 09, 2011 4:34 PM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Find Assets
Hi, I trying to find all the generators defined to multiple locations from the asset screen. MXES 6.2.2.
Thanks


From: Peter Camarsh (2011-09-10 14:05)

Ethan

Firstly you are going to need a field on all the asset records that's
indicates it's a generator. This could be a failurcode or a classification
or any other field or there is something in the assetnum field or the
description.

You then use this field in a "where clause" on the asset application to find
all the relevant generators.

In the where clause below I am trying to find the all the BOILERS across the
site BEDFORD

( failurecode = 'BOILERS' and siteid = 'BEDFORD')

Type this into the where clause and save the query. In this case I am using
the failurecode - replace that with the field and the value you are after.

Hope that helps.

peter



From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of
Ethan
Sent: Saturday, 10 September 2011 6:34 AM
To: MAXIMO@yahoogroups.com
Subject: [MAXIMO List] Find Assets


Hi, I trying to find all the generators defined to multiple locations from
the asset screen. MXES 6.2.2.
Thanks