Click or drag to resize
RevenueRecordPanelPaymentExists Method
Check if a payment exists on the revenue record.

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 bool PaymentExists(
	TableRow donation
)

Parameters

donation
Type: TableRow
Mapping of the donation view form's captions (minus the colon) to a single donation's values.

Return Value

Type: Boolean
True if the donation exists, false otherwise.
See Also