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.
我在 SR where 子句中使用了这个条件 (owner=:user) 并且它运行正确。它只显示那些所有者与登录用户相同的 SR。但问题是当我们转到 All 记录时,另一个 SR 也会出现选项。我希望此条件仅适用于特定组或选定组。
是的,我得到了答案,我们可以使用应用对象限制,只需输入“type=qualified 并使用此条件表达式:owner=:&USERNAME&”
Owner 字段继承自 personid 字段,因此使用 personid 会更安全。对象限制的表达式为:
OWNER=:&PERSONID&