Click or drag to resize
IndividualDialogSetIndividualFields Method (TableRow, IDictionaryString, CrmField)
Set the fields on the 'Individual' tab.

Namespace: Blackbaud.UAT.Core.Crm.Dialogs
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static void SetIndividualFields(
	TableRow fieldValues,
	IDictionary<string, CrmField> CustomSupportedFields
)

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.
CustomSupportedFields
Type: System.Collections.GenericIDictionaryString, CrmField
Mapping of field captions to a CrmField oject encapsulating all relevant variables. Field in the default SupportedFields mapping can be overridden by including them in this mapping.
See Also