Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the field value for the given object.
Srch.U.setFieldOnObject(targetObject, fieldName, fieldValue)
Return value
false if one of the parameters is null or undefined; true otherwise.
Parameters
targetObject
The object for which the field value should be set.fieldName
The field name.fieldValue
The field value.