 | IndividualDialogSetHouseholdFields Method |
Set the fields on the 'Household' tab.
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 SetHouseholdFields(
TableRow fieldValues
)
Public Shared Sub SetHouseholdFields (
fieldValues As TableRow
)
public:
static void SetHouseholdFields(
TableRow^ fieldValues
)
Parameters
- fieldValues
- Type: TableRow
Mapping of the field captions to their desired values.
Empty strings will be considered values and set the field to a blank value. Null values will be skipped.
See Also