Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

Use Custom Content Handler

  • Last UpdatedJun 10, 2024
  • 1 minute read

AVEVA Work Tasks allows us to create custom content handlers which can be used for fetching data to workflow in custom logic.

To implements Custom Content Handler

  1. Create a Class Library Project. Code for the sample custom Class Library

  2. Compile and put the dll in the AVEVA Work Tasks Bin folder.

  3. The entry for default content handler will be already there in the SKAddInProviders table. Rename the 'Name' field of the specific entry from  'IContentHandler' to some other name.

  4. Make the following entry in the SKAddInProviders table in the repository database.

    INSERT INTO [SKAddInProviders]

    (Type,[Name],[ClassName],[Assembly],[Settings],[IsGacAssembly])

    VALUES('ContentHandler','IContentHandler','CustomContentHandler.DatabaseContentHandler',bin\CustomContentHandler.dll','',0)

  5. Follow the steps in Using Default Content Handler which will successfully create the Custom Content handler.

TitleResults for “How to create a CRG?”Also Available in