1
0
-1

Hi, I am making a list using the "Form Data Binder" and I need to filter it according to the username that created each record. I am not able to use JDBC for this task, as I am limited to the Community Edition options. I am using the extra filter:

e.customProperties.createdBy like ('#currentUser.id#')

However, when executing, I get the error:

"could not resolve property: customProperties.createdBy of: app_fd_cproBodegas"

Do you have any guidance on this?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi, perhaps you can try using e.createdBy = '#currentUser.username#' instead?

      CommentAdd your comment...