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"
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?