Simple Condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 07:49 AM
Hello.
I want to set the condition where `Created by` is the same as the logged in user.
What should I choose from the filter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 08:01 AM - edited 07-02-2025 08:19 AM
Hey @francisurna,
it is important to understand what and where would you like to achieve this. Some of this is already in place in self-service, if you type "My" then you will get modules to get only records relevant to you.
Example:
Different things would be to display the catalog items, or other categories. Please the more details you give me the better answer I can give you ;))
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 08:01 AM
Hello @francisurna, if created by is a reference field and you want to apply filter in a list, then you can try is dynamic Me.
Regards,
Nishant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 08:02 AM
Okay, I'll try this. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 08:36 AM
Hey @francisurna ,
You can edit your module in this case.
Open your Module ---> Go to Link Type ---> In Arguments field you can mention your conditions like below:
Arguments: active=true^sys_created_by=javascript:gs.getUserName();
Here, sys_created_by is a String field, so I used Username instead of UserID.
This is for reference, you can build something similar.
**********************************************************************************************************************
Hope the answer helps!
Happy Learning!