Click or drag to resize
CrmField Constructor (String, FieldType, String, String)
Set the batch column id and associated setter utility method. To only be used with grid cells where the value should be set using a searchlist.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public CrmField(
	string id,
	FieldType cellType,
	string searchDialogId,
	string searchDialogFieldId
)

Parameters

id
Type: SystemString
The unique Id contained in the class attribute. i.e. '_CONSTITUENTID_value'
cellType
Type: Blackbaud.UAT.BaseFieldType
The type of grid cell. Used to associate the cell with a setter utility method.
searchDialogId
Type: SystemString
The unique id of the search dialog that would appear upon clicking the search icon of the associated grid cell. i.e. 'DesignationSearch'
searchDialogFieldId
Type: SystemString
The unique id of the search dialog field that would appear upon clicking the search icon of the associated grid cell. i.e. 'COMBINEDSEARCH'
See Also