Hi All,

I'm quite new to Remedy so please be patient :)
I've just encountered with two problems concerning .NET API calls.
I want to retrieve information of description field among other fields
and put it into table. 

Calling function GetListEntryWithFields gives me the error:
Error (241): Cannot specify a diary field, a character field with
unlimited length
or maximum length over 255 bytes, or Status-History as a field in a get 
list description;240000007
which is correct: Description field has unilimited length
But I would like to know if  there is any other way to get the
description field content and put it into datatable?

Second problem concerns retrieving information from Status-History
diary field.
I can add a record to a diaryfield eg. this way:
DiaryList.Add(DiaryEntry)
but can't find any relative method to get the specified record out of 
the Status-History field.
Documentation says that there is a public property Item of DiaryList
class but my VisualStudio's IntelliSense either debugger doesn't see
this property

Please point to the right direction  if I'm wrong with this approach 

I use the most recent api from BMC download page and ARSystem 6.3 
Any help (code snippets) would be appreciated.

Thanks, Mark

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to