Albert Labermair
- Total activity 249
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
Printing the Gantt view
The Gantt view can be printed directly for sharing or exporting your schedule. For printing, the display is automatically focused on the actual timeline.The selected time period and the current exp...
-
Label Manager
The Label Manager provides a centralized overview and management of all labels available in the workspace. You can find it via the menu Settings โ Labels.This overview displays all labels with the ...
-
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...
-
Note on editing by third parties
Description If another person is currently editing the same task, a short message will appear in the top area of the detail view with that person's name or icon. This way, you are informed in real-...
-
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...
-
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...
-
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. ...