Workflow and ServiceDesk Community

 View Only

Workflow - ProcessManager - WebPart - Developer Guide - Inspecting 

Jul 11, 2017 02:32 PM

In this Article I'm going to explain how to inspect other WebParts within Process Manager to see how they are implemented.

It's a great way to find how things are done and use them in your own WebParts.

Articles

- - -

There are a number of decompilers available, two of which I use are

 

We first need to locate some WebParts that come with Process Manager, navigate to the following folder.

[Install Drive]:\Program Files\Symantec\Workflow\ProcessManager\bin

Take a copy of the following DLLs and add them to your Dev environment.

  • LogicBase.Ensemble.Webparts.Default.dll
  • Symantec.ServiceDesk.WebParts.dll
  • LogicBase.Ensemble.dll
    • LogicBase.Ensemble.Reports.WebParts
      • ProcessInfo
      • etc

Open them in your decompiler of choice.

Navigate to "LogicBase.Ensemble.Webparts.Default" -> 'HtmlEditorPart' and investigate the different methods.

 

- - -

Protirus.png

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.