IBM Support

Steps to add Classification to a custom object and custom application

Troubleshooting


Problem

How to add Classification to a custom object and custom application?

Resolving The Problem

To add Classifications to a seperate application, please do the following.

Do a back up of Maximo database and Maximo folder before doing the test.

1) Insert into SYNONYMDOMAIN:

INSERT INTO SYNONYMDOMAIN (DOMAINID, MAXVALUE, VALUE, DESCRIPTION, DEFAULTS, SYNONYMDOMAINID, VALUEID)
values ('CLASSUSEWITH','DEPARTMENT','DEPARTMENT','Use with Departments','1',SYNONYMDOMAINSEQ.nextval,'CLASSUSEWITH|DEPARTMENT')

- Restart the Application Server for the change to take effect.

2) Add CLASSSTRUCTUREID to DEPARTMENT object:

- Go to Database Configuration;
- Bring up the DEPARTMENT object;
- In the Attributes tab add CLASSSTRUCTUREID attribute;
- Make it Same As of CLASSSTRUCTURE object and CLASSSTRUCTUREID attribute;
- Save it and apply configuration changes.

3) Add the Specifications tab to the Departments app.

- Go to Application Designer;
- Copy the Specifications tab from another application and change the references.
- WOTRACK can be used to copy and paste the tab, then change the references.

<tab id="specification" label="Specifications">
.....

4) Enter a new classification to DEPARTMENT object in Classification app.

[{"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Classifications","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.1.1;7.5;7.6","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
17 June 2018

UID

swg21883592