Wednesday, 24 February 2021

Select a folder is empty in Maximo Attachments for custom application

Select a folder shows no option for attachments


Run this query

INSERT INTO MAXIMO.APPDOCTYPE (APP, DOCTYPE, APPDOCTYPEID) VALUES 
('Appr Name', 'Attachments', (MAXIMO.APPDOCTYPESEQ.NEXTVAL));

commit;

No comments:

Post a Comment