 | RevenueFunctionalAreaTransactionSearchByConstituent Method |
Search for a revenue record by all records associated with a constituent
and select the first returned result.
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 TransactionSearchByConstituent(
string constituent,
string groupCaption = "Transactions",
string taskCaption = "Transaction search"
)
Public Shared Sub TransactionSearchByConstituent (
constituent As String,
Optional groupCaption As String = "Transactions",
Optional taskCaption As String = "Transaction search"
)
public:
static void TransactionSearchByConstituent(
String^ constituent,
String^ groupCaption = L"Transactions",
String^ taskCaption = L"Transaction search"
)
Parameters
- constituent
- Type: SystemString
The last name of the constituent. - 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 "Transaction search".
See Also