Lotus Notes:使用类别名称从大纲打开视图
Lotus notes: open view from outline with categoryname
是否有使用 'categoryname' 属性 从轮廓打开视图的方法?
我尝试使用 'Named element' 执行此操作并将命名元素放入公式中,但我不能在该字段中使用 @command 公式。
那么还有另一种方法可以在 outline 中使用 categoryname 吗?
谢谢
使用类型 "Action" 而不是 "Named element"。然后你可以使用@Commands。
要打开特定类别的视图,您需要添加公式
@Command([OpenView];"yourView"; "yourKey");
@Command([ViewCollapseAll]);
@Command([ViewExpandWithChildren])
是否有使用 'categoryname' 属性 从轮廓打开视图的方法? 我尝试使用 'Named element' 执行此操作并将命名元素放入公式中,但我不能在该字段中使用 @command 公式。 那么还有另一种方法可以在 outline 中使用 categoryname 吗? 谢谢
使用类型 "Action" 而不是 "Named element"。然后你可以使用@Commands。
要打开特定类别的视图,您需要添加公式
@Command([OpenView];"yourView"; "yourKey");
@Command([ViewCollapseAll]);
@Command([ViewExpandWithChildren])