gunawantw

Edit Flag Button

Jan 12th, 2021 (edited)
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. "REM Edit Flag is true when current users listed on Authors OR defAuthors Field";
  2. c1:=@If(@IsMember(@UserName;Authors:defAuthors);1;0);
  3. c2:=@If(@Contains(@UserRoles;defAuthors:Authors);1;0);
  4. c1 | c2
Add Comment
Please, Sign In to add comment