 | DialogSetField Method |
Set any supported field's value for any supported field type.
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 SetField(
string dialogId,
string caption,
string value,
IDictionary<string, CrmField> supportedFields
)
Public Shared Sub SetField (
dialogId As String,
caption As String,
value As String,
supportedFields As IDictionary(Of String, CrmField)
)
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