- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 11:25 PM
In Data filtration, I want to develop a condition so that,
As a specific user I want to see the records which is created by me.
Condition:- Created by me.
Thanks in Advance
Utsav
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 12:23 AM
Hi @Utsav JAISWAL ,
As Created by is a string field you cannot make condition like "Created by is (dynamic ) Me ". Instead I will suggest to create a condition as "Opened by is (dynamic ) Me "
Apart from it everything is mentioned in the video which i shared in previous reply .
Difference between created by and opened by
Same value, different type.
Opened by is a reference to sys_user.
Created by is a string containing the value of the sys_user.user_name field.
If my reply helped with your issue please mark helpful 👍 and correct ✔️ if your issue is resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having
Thanks,
Astik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 11:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 12:23 AM
Hi @Utsav JAISWAL ,
As Created by is a string field you cannot make condition like "Created by is (dynamic ) Me ". Instead I will suggest to create a condition as "Opened by is (dynamic ) Me "
Apart from it everything is mentioned in the video which i shared in previous reply .
Difference between created by and opened by
Same value, different type.
Opened by is a reference to sys_user.
Created by is a string containing the value of the sys_user.user_name field.
If my reply helped with your issue please mark helpful 👍 and correct ✔️ if your issue is resolved.
By doing so you help other community members find resolved questions which may relate to an issue they're having
Thanks,
Astik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 11:36 PM
Hello @Community Alums
You can try something like below:
NOTE: Created by is a string field and you cannot utilize the dynamic option. Make sure to use the respective user reference field. Hope it helps to solve your query.
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 11:40 PM
Hi @Utsav JAISWAL ,
You can use dynamic filter like
Created by is(dynamic) me
This will show all the record which was created by logged in user
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak