Maximo Wire - The IBM Maximo Help & Discussion Forum
May 24, 2012, 12:35:49 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to Maximo Wire, the IBM Maximo help forum. Feel free to register and ask any Maximo related questions you like.
 
  Home Help Search Login Register  
*
Pages: [1]   Go Down
  Print  
Author Topic: Three steps to add attachment to Custom Application  (Read 472 times)
0 Members and 1 Guest are viewing this topic.
Dileep Kumar
Newbie
*

Karma: 0
Posts: 26


View Profile Email
« on: January 31, 2012, 10:32:10 am »

Step 1:

- Go to application design application
- Select your application and add a control " attachment " to your custom application.

Step 2:

- Open you object and give relation ship with DOCLINKS object  ( predefined object )

Ex: refer PR application

Step 3:

- Add the below three rows in APPDOCTYPE table ( predefined table )

- This is to get list of values from combo box list ( list of values are attachments , diagrams , images )

INSERT INTO MAXIMO.APPDOCTYPE (APP, DOCTYPE, APPDOCTYPEID) VALUES ('APPLICATION NAME  , 'ATTACHMENTS ' , (NEXT VALUE
FOR MAXIMO.APPDOCTYPESEQ) );

INSERT INTO MAXIMO.APPDOCTYPE (APP, DOCTYPE, APPDOCTYPEID) VALUES ('PERSONS', 'DIAGRAMS',
(NEXT VALUE FOR MAXIMO.APPDOCTYPESEQ));

INSERT INTO MAXIMO.APPDOCTYPE (APP, DOCTYPE, APPDOCTYPEID) VALUES ('PERSONS', 'IMAGES',
(NEXT VALUE FOR MAXIMO.APPDOCTYPESEQ));
Logged
G Jeevan
Newbie
*

Karma: 2
Posts: 30



View Profile
« Reply #1 on: February 01, 2012, 07:03:21 am »

hi dileep............... Cool

Try this..........Once u complete the above steps......Attach a document to maximo record and then try to view the attached document by clicking the link in view attachments...................

I am unable to view them instead i get the start center................ Cry
Logged
Dileep Kumar
Newbie
*

Karma: 0
Posts: 26


View Profile Email
« Reply #2 on: February 01, 2012, 10:09:38 am »

hai jeevan..

-u try to open the same link in asset application u get the same startcenter.

-I think there is different way to open the attached document .

-I am also working under this problem ,  if u get solution tell me.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Recent

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.15 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!