|
Guides (SDK /API) | Technical Reference | BBDN | How-to Documentation |
When developing custom parts to access an Infinity application such as Blackbaud CRM, you may decide to customize the Infinity application itself. When you add features to an Infinity application, you can access those features through a web service. There is a broader set of guides surrounding the Infinity SDK located at Infinity SDK Guides. These guides for Blackbaud Inernet Solutions contain some targeted instructions about how to use the Infinity SDK to create features to access from custom parts.
Two utilities that come with the Infinity SDK are used in the customization examples. These are LoadSpec, which is used to add items to an Infinity catalog, and BBMetalWeb, which is used to generate strongly typed classes for features in an Infinity application.
LoadSpec is described in LoadSpec.
BBMetalWeb is described in BBMetalWeb.