Creating a custom tab with dynamic content

This sample application demonstrates how to create a custom tab on the Contact Detail view in Act! Premium (access via web) and populate the tab with local weather content from the internet. You can compile and implement the plugin in its current iteration, or you can customize the plugin by making changes where indicated in the code.

To implement the plug-in as is

  1. Locate the SamplePlugin.zip file you downloaded with the SDK in the Code Samples folder, and unzip it.
  2. Open the SamplePlugin.sln file in Microsoft Visual Studio 2005 or later.
  3. Compile the solution by clicking the Compile tool.
  4. Locate the DLL file that you just compiled, and copy it to the Plugins folder on your Act! Premium (access via web) server.

Note: The Plugins folder is located under the APFW folder in your installation. If the Plugins folder does not exist, create it.

  1. In the folder where you unzipped the sample plugin, select every ASPX, CS, and JS file, and then copy them to the Content folder that is in the Plugins folder on your Act! Premium (access via web) server.

Note: The Content folder is located under the Plugin folder referenced in step 4. If the Content folder does not exist, create it.

  1. Repeat step 5 with any image files.

The plugin loads next time you start Act! Premium (access via web), and users can access it when they log on.

You can make changes to the sample plugin by viewing the Class1.cs file from inside the solution in Visual Studio. Each method in the Class1.cs file displays comments that direct you where to make changes. For example, you can:

If you make changes to the tab, remember the following tips: