Click or drag to resize
MajorGivingSetupPanelAddPlanOutline Method
Add a major giving plan outline.

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void AddPlanOutline(
	string planName,
	Table steps
)

Parameters

planName
Type: SystemString
The name of the plan outline.
steps
Type: Table
Table where each row represents a step to add. Row keys correspond to the column captions.
See Also