SetFieldValue Method (BaseObject)
Sets the value of a custom field.
'Declaration
Public Overridable Function SetFieldValue( _
ByVal As String, _
ByVal As Object _
) As Boolean
Parameters
- fieldName
- Name of the field to set.
- value
- Value to assign to field.
Return Value
True if the value changed, false otherwise.