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.
我正在尝试编写代码来更改报告所有权。我需要检索父对象的所有子对象。如何使用 java sdk 或查询来做到这一点?
如果您有文件夹的 infoobject ID,则很容易:
select * from ci_infoobjects where si_parentid = x
x是文件夹的 ID
x