 | RevenueFunctionalAreaAddAPledge Method (TableRow, String, String) |
Open the dialog to add a pledge, set its values, and save.
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void AddAPledge(
TableRow pledge,
string groupCaption = "Transactions",
string taskCaption = "Add a pledge"
)
Public Shared Sub AddAPledge (
pledge As TableRow,
Optional groupCaption As String = "Transactions",
Optional taskCaption As String = "Add a pledge"
)
public:
static void AddAPledge(
TableRow^ pledge,
String^ groupCaption = L"Transactions",
String^ taskCaption = L"Add a pledge"
)
Parameters
- pledge
- Type: TableRow
Mapping of the 'Add a pledge' dialog's field captions to their desired values. - groupCaption (Optional)
- Type: SystemString
The group header caption of the task. Defaults to "Transactions". - taskCaption (Optional)
- Type: SystemString
The link caption of the task. Defaults to "Add a pledge".
See Also