Guides (SDK /API)Technical ReferenceBBDNHow-to Documentation

You are here: Custom Parts Example: Pledge Form > Infinity Customization

Infinity Customization

Code sample project: Custom Pledge Form

This section contains targeted instructions about how to use the Infinity SDK to create features to access from a custom part.

Two utilities that come with the Infinity SDK are used. 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.

A broader set of guides for Infinity customizations is located at Infinity SDK Guides.

Add an Infinity Catalog Project to your Solution

Create a Table for the Custom Pledge Record

Create an Add Form for the Custom Pledge Record

Create a Delete Record Operation for the Custom Pledge Record

Generate Strongly Typed Classes