Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories @Formulas
Created by Guest
Created on Jul 19, 2018

Add @usercanedit

Really useful for hidewhens on buttons, text, etc.

  • Attach files
  • Guest
    Reply
    |
    May 22, 2020

    @Thomas

    @IsDocBeingEdited shows what mode the document is currently in (Read/Edit mode). This is not that.

    @UserCanEdit is proposed to verify user rights to edit a document.

    I would suggest still @UserCanRead.

    I would use both functions to build reports for users on the server side. And therefore, both need the optional UserName parameter.

  • Guest
    Reply
    |
    Jan 13, 2020

    Good idea, maybe better in this why @UserCanNotEdit if used in hide formulas as this will be the more frequent case from my point of view.

    The above formula should replace following code used in a hide formula to check if someone can not edit a document:

    sAccess := @ToNumber(@Subset(@UserAccess(@DbName); 1));
    sAccess < 3 |
    (sAccess = 3 & @IsNotMember (@Author; @UserNamesList))

  • Admin