RT 4.2.17 Documentation
RT::CustomFieldValues
LimitToCustomField FIELD
Limits the returned set to values for the custom field with Id FIELD
SetCustomFieldObject
Store the CustomField object which loaded this CustomFieldValues collection. Consumers of CustomFieldValues collection (such as External Custom Fields) can now work out how they were loaded (off a Queue or Ticket or something else) by inspecting the CustomField.
CustomFieldObject
Returns the CustomField object used to load this CustomFieldValues collection. Relies on $CustomField->Values having been called, is not set on manual loads.
AddRecord
Propagates the CustomField object from the Collection down to individual CustomFieldValue objects.
← Back to index