While executing the above IIQ API it is throwing the error _Name not found and could not execute the query.
Asked
Active
Viewed 694 times
1 Answers
0
The reason is that ManagedAttribute
doesn't have a name field. It has displayName
, so instead of getObjectByName
use context.search
using queryOption
on the basis of displayName
.

colidyre
- 4,170
- 12
- 37
- 53

Pawan Kumar Sharma
- 15
- 7