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-
Create absence requests / Manage absences
Via the Absences menu item, members can record, submit, and manage their absences. This allows vacation, illness, or other absence types to be managed centrally in smenso.Which absence types are av...
-
get - Retrieve the value of a variable previously defined with “set”
Description The get function is used within createButton to retrieve the value of a variable previously defined using set. This function is essential for processing stored intermediate values in su...
-
subString - Extract part of a string
Description The subString function returns the substring between the specified start and end positions of the input string string. The start parameter specifies the beginning of the substring, and ...
-
“Assign to me” in tasks
Description In smenso, when creating new tasks or for tasks to which you are not yet assigned, you can use the Assign to me option. This allows you to quickly and easily assign the task to yourself...
-
SetFlavor - programmatically set the value of a flavor within a project or task
Description The SetFlavor function is used to programmatically set the value of a custom field (Flavor) within a project or a task. It is often used in workflows to dynamically update custom data f...
-
Linking texts and combining formulas
Description This article explains how to concatenate texts and how to combine formulas within other formulas to create complex calculations and representations. Concatenating Texts Concatenating ...
-
sumAll - Sum calculation via a specified expression list
Description The sumAll function enables the calculation of sums for a specified expression list. Optionally, subtasks can also be included in the calculation. This is especially useful for calculat...
-
SetField - Set the value of a specific field within a project or task under program control
Description The SetField function is used to programmatically set the value of a specific field within a project or a task. Typical use cases are buttons (createButton) or workflows that update fie...
-
format - Formatting of a value within the list view
Description The format function is used to format a value within the list view. The first parameter must be the value to be formatted (or a formula). With the second parameter, a prefix can be set,...
-
sumFolder - Sum calculation via a specified expression list within a folder
Description The sumFolder function enables the calculation of sums for a specified expression list within a specific folder. Optionally, subtasks can also be included in the calculation. This funct...