 | EnhancedRevenueBatchDialogApply Method |
Click 'Apply' under the Revenue tab and set the designations in the 'Apply to commitments' dialog.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static void Apply(
Table applications
)
Public Shared Sub Apply (
applications As Table
)
public:
static void Apply(
Table^ applications
)
Parameters
- applications
- Type: Table
Table where each row represents an application to add.
A row is a mapping of the column captions to a single row's desired values.
See Also