There is a xyz table where a field called 'attendee' having field type is 'List' so I want only thos
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-20-2023 01:12 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-20-2023 04:24 AM
In that case you can add only attendee condition like below
javascript:'u_assigned_to='+gs.getUserID()