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.



Crossover Fields for Maximo 5.2

From: Wynn, Pete (2012-06-28 13:06)

I need to create a couple of custom crossover fields in Maximo 5.2. I am finding it very hard to find documentation on this task. I believe that the Maximo Design Studio documentation that I have is from 5.1, everything I find on the web seems to be 6 or 7. Does anyone have a good handle on doing this, that doesn't mind sharing?
Thanks


From: max.joercne (2012-06-28 14:06)


Pete,
here is my doc for 5.2 x overs
----- Original Message -----
From: "Pete Wynn" <wynnp@emwd.org>
To: MAXIMO@yahoogroups.com
Sent: Thursday, June 28, 2012 9:06:05 AM
Subject: [MAXIMO List] Crossover Fields for Maximo 5.2
 
I need to create a couple of custom crossover fields in Maximo 5.2. I am finding it very hard to find documentation on this task. I believe that the Maximo Design Studio documentation that I have is from 5.1, everything I find on the web seems to be 6 or 7. Does anyone have a good handle on doing this, that doesn't mind sharing?
Thanks


From: Will Hampton (2012-06-28 14:22)

Hi Pete,

If you have problems you’re welcome to contact me directly – I’ve been doing them for years and still continue to support Maximo 5.x (and 4.x… ) currently (so I’m still creating them for those environments <grin>)

R/
Will

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of max.joercne@comcast.net
Sent: Thursday, June 28, 2012 9:06 AM
To: MAXIMO@yahoogroups.com
Cc: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Crossover Fields for Maximo 5.2




Pete,

here is my doc for 5.2 x overs

----- Original Message -----
From: "Pete Wynn" <wynnp@emwd.org<mailto:wynnp%40emwd.org>>
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Sent: Thursday, June 28, 2012 9:06:05 AM
Subject: [MAXIMO List] Crossover Fields for Maximo 5.2



I need to create a couple of custom crossover fields in Maximo 5.2. I am finding it very hard to find documentation on this task. I believe that the Maximo Design Studio documentation that I have is from 5.1, everything I find on the web seems to be 6 or 7. Does anyone have a good handle on doing this, that doesn't mind sharing?
Thanks






From: Will Hampton (2012-06-28 17:06)

Added a brief series of steps on my Wiki at: http://www.exxtremewiki.com/wiki/Crossover_Field_Construction
As follows:

Basic Steps (off the top of my head):

SELECT * FROM maxdomain WHERE domaintype = 'CROSSOVER'
SELECT * FROM maxtabledomain WHERE domainid IN (SELECT domainid FROM maxdomain WHERE domaintype = 'CROSSOVER')
SELECT * FROM crossoverdomain

1. Add the domain to MaxDomain Table (type is “CROSSOVER”
2. Add the correct information to the MaxTableDomain table
* Pay particular attention to the “ValidTNWhereClause” and “ListWhereClause” fields – check other entries for examples
* The “ErrorResourcBundle” (missing e is correct) and “ErrorAccessKey” fields relate to values (that you can create) in the Resources\Defaults Text Folder
3. Add the fields you want to have copied from and to into the CrossoverDomain table
4. Add the “DOMAINID” to the field in the application you want the action to trigger from (and the data to copy to) ON the field you want to cause it to Trigger
* Added via Database Configure
* Shut down Maximo
* Configure the Database
* Build the EAR if you added a custom message / new custom message text file
* Deploy the ear file if WebSphere
* Restart Maximo
5. Goto Application you set the Crossover up in
* Test…
Functionally it’s identical to 6 and 7 – they’ve just expanded the functionality and you no longer have to use SQL to populate everything (and the messages have been moved to the DB… )…


R/
Will

From: MAXIMO@yahoogroups.com [mailto:MAXIMO@yahoogroups.com] On Behalf Of max.joercne@comcast.net
Sent: Thursday, June 28, 2012 9:06 AM
To: MAXIMO@yahoogroups.com
Cc: MAXIMO@yahoogroups.com
Subject: Re: [MAXIMO List] Crossover Fields for Maximo 5.2




Pete,

here is my doc for 5.2 x overs

----- Original Message -----
From: "Pete Wynn" <wynnp@emwd.org<mailto:wynnp%40emwd.org>>
To: MAXIMO@yahoogroups.com<mailto:MAXIMO%40yahoogroups.com>
Sent: Thursday, June 28, 2012 9:06:05 AM
Subject: [MAXIMO List] Crossover Fields for Maximo 5.2



I need to create a couple of custom crossover fields in Maximo 5.2. I am finding it very hard to find documentation on this task. I believe that the Maximo Design Studio documentation that I have is from 5.1, everything I find on the web seems to be 6 or 7. Does anyone have a good handle on doing this, that doesn't mind sharing?
Thanks