Click or drag to resize
DialogSetField Method
Set any supported field's value for any supported field type.

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 SetField(
	string dialogId,
	string caption,
	string value,
	IDictionary<string, CrmField> supportedFields
)

Parameters

dialogId
Type: SystemString
The unique of the dialog. i.e. 'RevenueBatchConstituentInbatchEditForm'
caption
Type: SystemString
The caption of the field.
value
Type: SystemString
The desired value of the field.
supportedFields
Type: System.Collections.GenericIDictionaryString, CrmField
Mapping of the supported field captions to a CrmField object encapsulating all relevant variables needed to set the field's value.
See Also