cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Development call ViewerPlugin in POD Plugin

Former Member
0 Kudos

Hello,

I'm using ME 15.0.3.0. 

Therefore I have to write a POD Plugin, similar to the Work Instruction Viewer (WI500), with the difference, that the document links are located in a custom table. So I need the ability to call the ViewerPlugin within my code. How can I do this?

Thanks in advance for answering

Regards,

Holger

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member329581
Participant
0 Kudos

The last time i looked a the WI500 it uses iFrames to display documents. Which types of documents you want so show?

If only the document links are located in the custom-table maybe you can write a servlet that redirect to the defined link or renders the content and shows it ... than you can use the default WI500

Former Member
0 Kudos

Thanks for your reply. The documents that have to been shown are PDF and Pictures (e.g. jpeg). What's not so clear for me is how I can manipulate the WI500 to show other Documents?