Hi All,
I tried to use a!queryrecordtype to query a process backed record and am getting result. When i tried to put ".data", am getting below error.
Any idea on this error?
Thanks in advance
Discussion posts and replies are publicly visible
Can you share the code?
a!queryRecordType( recordType: 'recordType!{3088ff64-0f15-432d-8580-c3917406b342}testA', filters: { rule!BLO_filterEqualsOrIn( field: 'recordType!{3088ff64-0f15-432d-8580-c3917406b342}testA.fields.{testB}NTCP_testB.{Id}Id', value: "10" ) }, pagingInfo: a!pagingInfo(1,1) )
Am getting expected results for this query. But am getting error message when i try to index data of the result.
I suggest to open a support case. This a!testservice call is something internal.