Hide When Formula

Hi

I’ve got an Action button on a form that is hidden according to Status and the users roles, there are already a number of conditions in the Hide When formula. I need to add another condition and could do with some guidance.

I have a field in the form ‘DirectorName’ the action button needs to be hidden if the User accessing the form is also the name in the ‘DirectorName’ field. Not sure how to go about this? I’ve included the current code below

Any help appreciated, thanks in advance

@If(Status=“Awaiting Low Risk Confirmation” & @IsMember(“[Group Leader]”; @UserRoles);@False;Status=“Awaiting Low Risk Confirmation” & @IsMember(“[Admin]”; @UserRoles);@False;

@IsMember(Author; ConRevPart); @True;

@True)

Subject: try this

try adding this to your formula:

@ProperCase(@name([abbreviate]; @UserName)) = @ProperCase(@name([abbreviate]; DirectorName))

Subject: Please see answer in the Notes6&7 forum. Replies should go there.

Subject: Not sure I understand your comment

why should a reply to a question in the R8 forum go into the R6/7 forum?