Re: [rt-users] How to get Custom Field's description which setted by ExternalValues subroutine

2013-10-08 Thread Parish, Brent
Hi. I'm writing a scrip. In that scrip, I have no trouble getting the value of a custom field that the user set. I get the value with: $CF_Value = $self-TicketObj-FirstCustomFieldValue( 'Colors' ); But I don't know how to get the content from the Description value for that same field? To be

Re: [rt-users] How to get Custom Field's description which setted by ExternalValues subroutine

2013-05-22 Thread Vodar
Sorry for being annoying. Does anyone have any idea on this? -- View this message in context: http://requesttracker.8502.n7.nabble.com/How-to-get-Custom-Field-s-description-which-setted-by-ExternalValues-subroutine-tp53939p53955.html Sent from the Request Tracker - User mailing list archive at

Re: [rt-users] How to get Custom Field's description which setted by ExternalValues subroutine

2013-05-22 Thread Ruslan Zakirov
Hi, This is description of a value that is not stored along with value on the ticket or other object value is set on. The only way is to get list of values, find one that was set on the object and get description. External Custom Field Values are very sensitive to methods called on collection or

[rt-users] How to get Custom Field's description which setted by ExternalValues subroutine

2013-05-21 Thread Chrilly Cheng
Hi All, I've got a problem with the Custom Field description issue. I created a custom field named Contact, and when a new ticket is created, I use scrip to add this Contact user to Requestor list. I remember that when we set the ExternalValues with code below, we would pass a description to RT