|  | MarketingAndCommFunctionalAreaReceipts Method | 
            Navigate to the 'Receipts' panel.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void Receipts(
	string groupCaption = "Donor relations",
	string taskCaption = "Receipts"
)
Public Shared Sub Receipts ( 
	Optional groupCaption As String = "Donor relations",
	Optional taskCaption As String = "Receipts"
)
public:
static void Receipts(
	String^ groupCaption = L"Donor relations", 
	String^ taskCaption = L"Receipts"
)
Parameters
- groupCaption (Optional)
- Type: SystemString
 The group header caption of the task.  Defaults to "Donor relations".
- taskCaption (Optional)
- Type: SystemString
 The link caption of the task.  Defaults to "Receipts"
 See Also
See Also