Albert Labermair
- Total activity 226
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
Grouping tasks
In this article, you’ll learn how to group tasks in various views. This helps you stay organized and manage your tasks more efficiently. There are many views in which you can group tasks, such as t...
-
Set tasks as “private” (Private tasks)
Tasks in smenso can be set to private. This makes them completely invisible to unauthorized people - only people with explicit access can see them. Note This feature extends the previous permission...
-
Use flavors in the time evaluation
Description Flavors can be used in time tracking to capture additional information for time entries. Furthermore, flavors from other contexts can be displayed in time evaluation to enable more deta...
-
registerFlag - Registering a flag
Description The registerFlag function is used to register a flag in a specific context. Flags can be used to mark or track certain states, events, or conditions. This function allows associating a ...
-
Mail creation in the button with createButton
Description The createButton function allows you to create an interactive button that, when clicked, opens a predefined email. This is achieved by using the OpenMail function within the button. The...
-
max - Determine the largest value
Description The max function returns the largest value from a list of provided numbers. Syntax max(Number1, Number2[, Number3...]) Arguments Argument Description Number1, Number2, ... A list...
-
indexOf - Determine the position of a substring
Description The indexOf function returns the position at which the substring needle is found within the string haystack. If needle is not found, the function returns -1. The optional parameter inde...
-
padLeft - pad strings to the left
Description The padLeft function returns a new string of a specified length. The beginning of the original string is padded with the specified filler character until the desired length is reached. ...
-
minAll - Determine the smallest value of all objects
Description The minAll function is used to determine the smallest value of a specific calculation or expression (expression) for all objects within a project or a task list. It can optionally inclu...
-
Description of the style of the button in createButton
Description When creating a button with createButton, the button’s style can be customized individually. This is achieved by choosing icons (symbols), colors, and text. As a result, the button beco...