There is a xyz table where a field called 'attendee' having field type is 'List' so I want only thos

Abhishek Kathe
Mega Guru

There is a 'xyz' table where a field called 'attendee' has field type is 'List' so I want the list of only those 'xyz' table records which are created by current logged-in user or 'attendee' has a currently logged-in user 

5 REPLIES 5

Hi @Abhishek Kathe 

In that case you can add only attendee condition like below

javascript:'u_assigned_to='+gs.getUserID()