 | RevenueFunctionalAreaBatchEntry Method |
Navigate to the 'Batch Entry' panel
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 BatchEntry(
string groupCaption = "Transactions",
string taskCaption = "Batch entry"
)
Public Shared Sub BatchEntry (
Optional groupCaption As String = "Transactions",
Optional taskCaption As String = "Batch entry"
)
public:
static void BatchEntry(
String^ groupCaption = L"Transactions",
String^ taskCaption = L"Batch entry"
)
Parameters
- 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 "Batch entry".
See Also