Albert Labermair
- Total activity 210
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 101
Articles
Recent activity by Albert Labermair-
workflowStatus - Output GUID of a workflow status
Description The workflowStatus function returns the GUID (unique identifier) of the current workflow status of a task or project. Unlike many other functions, workflowStatus does not require any ar...
-
OpenURL - Open a URL
Description The OpenURL function opens the specified URL in a new or current browser tab/window. However, it must be defined within a button (createButton) in order to work correctly. Syntax OpenUR...
-
date - date conversion
Description The function date returns the value of the given parameter as a date, if possible. It is useful for converting strings that contain date information into a date format that can be proce...
-
asNumber - Display value as a number
Description The asNumber function returns the value of the parameter as a number, rounding the value to two decimal places if possible. Syntax asNumber(number) Arguments Argument Description ...
-
lower - Convert string to lower case letters
Description The lower function returns the provided string converted to lowercase. Cannot be persisted using persist. Syntax lower(string) Arguments Argument Description string The string to...
-
Tasks in the Gantt Chart
smenso offers comprehensive features for managing and editing tasks directly in the Gantt chart. These features allow project managers and team members to efficiently plan, track, and adjust tasks....
-
Manage members
How do I access the member settings?The management of members is located in your workspace Settings. You can access it via:ย Settings > MembersIn the Members section you can manage all people in you...
-
View capacity directly in person selection dialogs
In smenso, you can check utilization directly when assigning โ without having to switch to the utilization view. This allows you to see directly within the task whether a person still has capacity ...
-
Holidays in the Gantt view
DescriptionIn the Gantt chart, the holidays and events from the standard holiday calendar are highlighted. This gives you a quick overview of non-working days or special events that may be relevant...
-
OpenMail - Creation of a mail window
Description The function OpenMail opens a mail window (using the default mail client) and pre-fills the email with the specified recipient, subject, and content values. Syntax OpenMail(to, cc, bcc,...