Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在执行上述 IIQ API 时,它会抛出错误 _Name not found 并且无法执行查询。
原因是它ManagedAttribute没有名称字段。它有displayName,所以不要在 的基础上getObjectByName使用context.searchusing 。queryOptiondisplayName
ManagedAttribute
displayName
getObjectByName
context.search
queryOption