checking if current user is author of the document

后端 未结 2 1364
刺人心
刺人心 2021-01-24 07:19

I have a formA where I have a field \'_author\' which is of type Authors/Computed for display with value (@Subset($Updatedby;1)). I display information from formA on viewA. What

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-24 07:39

    @UserName works in a special manner in selection formulas in views. In your case the view should be Private on First Use. Read further here: http://www-01.ibm.com/support/docview.wss?uid=swg21089773 .

    Be aware that this lead to all sort of issues, e.g. when you update the design of the view users must remove the view manually to get the changes deployed.

提交回复
热议问题