Hello everyone,
I have the following code
Dim entryListFieldList() As Integer = {8}
Dim sortList(,) As Integer = {{3, Constants.AR_SORT_ASCENDING}, {8, Constants.AR_SORT_DESCENDING}}
Dim entryListFieldValues As ARSystem.EntryListFieldValueList = RemedyServer.GetListEntryWithFields("TEST", "'Field' =1", entryListFieldList, sortList, Convert.ToUInt32(0), Convert.ToUInt32(0))
I get an exception of System.InvalidCastException and Query interface failed.
What is the cause of this problem ??