How to solve error to filter current user information

Confluence User - 31 Mar, 2017

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?
 

datalists;user

2


03 Apr, 2017
confluenceUser
1
confluenceUser

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.

03 Apr, 2017
confluenceUser
confluenceUser

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?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print