Re: Retrieve Selection Field Values using API

2009-12-23 Thread Ben Chernys
: Retrieve Selection Field Values using API ** Hi all, Remedy 7.1 p5 I'm trying to write a type of specialized import program, and I've come across what may be a bug in the .NET API in setting the value of Selection Fields using the ID (numerical value) - it seems to be setting the fields

Re: Retrieve Selection Field Values using API

2009-12-23 Thread Lyle Taylor
@ARSLIST.ORG Subject: Re: Retrieve Selection Field Values using API ** Hi Lyle, The enum selection for ARValueStruct is an integer. If you want the label or string you need to derive the associated integer. There are two strings available. One is the definition string and the other is a view

Retrieve Selection Field Values using API

2009-12-22 Thread Lyle Taylor
Hi all, Remedy 7.1 p5 I'm trying to write a type of specialized import program, and I've come across what may be a bug in the .NET API in setting the value of Selection Fields using the ID (numerical value) - it seems to be setting the fields to $NULL$ instead of the value I've supplied.

Re: Retrieve Selection Field Values using API

2009-12-22 Thread Lyle Taylor
I got it figured out. Just had to dig a little deeper. Lyle From: Lyle Taylor Sent: Tuesday, December 22, 2009 12:48 PM To: 'arslist@ARSLIST.ORG' Subject: Retrieve Selection Field Values using API Hi all, Remedy 7.1 p5 I'm trying to write a type of specialized import program, and I've come