1
0
-1

Hi,

I use this script customProperties.name * '#currentUser.firstName#' to filter the current user information. 
But when I preview, I got this unexpected AST node: * near line 1, column 68 [SELECT e FROM app_fd_t_leaveRequest e WHERE customProperties.name * 'Admin']

 what should I do to solved this?
 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I think you have the condition wrong, it should be = instead of * i.e. customProperties.name='#currentUser.firstName#'. Alternatively, you could use the Advanced Form Data Binder to help you configure the condition.

      1. tricia

        I had follow the condition. We know that admin can see all the list, but when I go to admin page, there is no list all user. The admin is filtering too. How can I solved that?

      CommentAdd your comment...