Skip to main content
Nintex Community Menu Bar
Question

Conditional Renderring by Id

  • July 9, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+20

2 replies

Forum|alt.badge.img+11

Hey Pat, Open Developer Console and execute this anon Apex: System.debug(UserInfo.getProfileId()); You’ll see that the 18 character Id is returned. I bet internally Skuid is comparing the result of getProfileId() with the Value specified. Cheers, Irvin


Forum|alt.badge.img+17
  • Nintex Employee
  • 3766 replies
  • July 9, 2024

Yup.  You need to use the 18 character ID if you are building conditions on User. 

I keep a skuid page handy that shows users and ID.  For me its more striaghtforward than remembering the anonymous apex.