 | PledgeDialogSetFields Method (TableRow, IDictionaryString, CrmField) |
Set the fields to their desired values
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 SetFields(
TableRow fieldValues,
IDictionary<string, CrmField> customSupportedFields
)
Public Shared Sub SetFields (
fieldValues As TableRow,
customSupportedFields As IDictionary(Of String, CrmField)
)
public:
static void SetFields(
TableRow^ fieldValues,
IDictionary<String^, CrmField^>^ customSupportedFields
)
Parameters
- fieldValues
- Type: TableRow
Mapping of the field captions to their desired values - customSupportedFields
- Type: System.Collections.GenericIDictionaryString, CrmField
Mapping of field captions to to a CrmField oject encapsulating
all relevant variables. Field in the supportedFields mapping can be overridden by including them in this mapping.
See Also