Re: [rt-users] methods on custom fields besides 'FirstCustomFieldValue()' ??

2008-06-04 Thread Todd Chapman
RT's source code is very easy to read. See CustomField_Overlay.pm. On Tue, Jun 3, 2008 at 5:37 PM, Sam A. Hicks [EMAIL PROTECTED] wrote: Hi y'all. I've seen a lot of examples now where people have accessed the value of a custom field via a statement like: $the_thing_I_want =

[rt-users] methods on custom fields besides 'FirstCustomFieldValue()' ??

2008-06-03 Thread Sam A. Hicks
Hi y'all. I've seen a lot of examples now where people have accessed the value of a custom field via a statement like: $the_thing_I_want = $self-TicketObj-FirstCustomFieldValue( 'FIELD_NAME' ) However, when my custom field is of type 'Select multiple values', I can assign multiple