Mobile- Condition tab in Global context function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:18 AM
Hello everyone,
I'm trying to control the visibility of a button using the Condition tab when creating a Function. Specifically, I want the button to be shown only when the following conditions are met:
u_user is dynamic me → meaning it's the current user
u_closed_month is false
u_day is within the current month (ONThisMonth)
I've tried copying the query from the list view and pasting it into the Condition field, but unfortunately it doesn't work.
Additionally, I need this Function to work in Global context (not tied to a specific record).
Has anyone implemented something similar or can share an example of how to structure the condition properly?
Thanks in advance!