Downloads
Version 11.40
Build 1773 Sep 29,
2022
Enhancements
SomToday: (enhancement). Added the option to specify the property "Remote Identifier Domain" for the actions that use a remote identifier (ticket id 18423)
Action: Setup Exchange session (Exchange 2010) (Enhancement). Extended the authorization options so that "Modern Authorization" can be used for Exchange online. If one of the the Modern Authorization fields are specified and the URL field is left blank, instead of a direct remote powershell connection to the URL, the connection is made through the ExchangeOnlineManagement powershell module of Microsoft. Run "Install-Module ExchangeOnlineManagement" from an elevated Powershell command prompt on the server to install this module. (ticket id 18729)
Version
11.39 Build 1772, Aug
12,
2022
Action: Convert Table to JSON (new). Added a new action to convert a table variable to a JSON string. Result is a simple text variable containing the table in JSON format. (ticket id 7434)
Action: Export variables Advanced (new). Added a new action to export a variable to file. It supports more text encodings (such as UTF-7 and UTF-8) than the existing one. (ticket id 18185)
Aura connector. Added fields UserPrincipalName and password to the create and edit user actions, added field UserPrincipalName to the output of the get user actions. (ticket id 18076)
Google GSuite. Updated the shipped version of the connector to version 1.3.9
Version 11.37
build 1770, July 9,
2021
Itslearning: Added Customstring0 (referred to as CustomField6) as possible property for the create person action. (ticket id 12665)
Fixes
Action: Setup security. When using the option "Use backup and restore privileges" the intended return value could in some situations be overwritten as a side effect by successful subsequent actions, thus reporting success inadvertently. (ticket id 1501)
Google GSuite / Cumlaude: Objects in an array where not always returned by Powershell. Adjusted in an utility library. (ticket id 12311)
Version
11.35 build 1768, Nov
13,
2020
SomToday: Added EckID Column to the students and employees table (as extra column at the end). (ticked id 9521)
SomToday: Added the possibility to retrieve students starting in future school years. (ticket id 9830)
AFAS: Extra dynamic action added "UmraPsAfasUpdateConnectorExecute" This allows the execution of update connectors by specifying the xml of the data to update directly. (ticket id 8979 and 9457)
Fixes
CumLaude: The Edit User action failed when an EckID was specified. This is fixed. (ticket id 10033)
CumLaude: The Create User action now correctly creates a user with a disabled personal work space if such is specified. (ticket id 10332)
Version 11.34
build 1767, April 23,
2020
- SomToday: Added
support for setting the RemoteID
attribute for students, employees, and
caretakers. Note that retrieving
existing Remote ID is not supported by
the used API, and therefore it is only
implemented on the 'Authorization'
update actions. (ticket id 9137)
- AFAS: Extra
dynamic action "update object with
flag" to be able to provide inserts
with the updateobject action. (ticket
id 8803)
Fixes
- Itslearning. Itslearning
get persons incorrectly converted the
DateOfBirth from local time to gmt,
which might result in an incorrect
value. This is now fixed. (ticket id
7202)
- SomToday removed
support for the openID attribute, as
that was not correctly supported by
the API .
Version 11.32
build 1762 , May 25,
2018
- Action: Send mail message
(PS). The
license requirement for this action
has been changed, it is now part of
the "Base" function module instead of
the "Powershell" function module. This
enables the option to send mail
messages using SSL. Note that the
action requires the "Tools4ever
Powershell service" to be
installed.
- Aura connector. Support for the
CcMailAddress property of the user has
been added to the relevant
actions.
- Cumlaude
(Natschool). It
is now possible to specify whether or
not an associated personal folder
should be created when creating a
group.
Fixes
- Action: Generate table. The
option to prevent writing the database
connection string to the log was
disabled by default, it is now enabled
by default.
- Export project. The options
added in version 1758 for "Search
LDAP", "Generate table", and "Update
database" were not exported when
exporting a project to XML format.
This resulted in default settings for
those options when importing the
scripts from backup.
- Atvo3 (SOM): It is enforced
that the BSN value is not provided to
UMRA.
- Itslearning: When
adding an Itslearning person to a role
group (e.g. 'teacher'), the validity
of the role name was explicitly
checked before submitting the
membership request to Itslearning .
This check has been removed because it
was too restrictive. Checking the
validity of role names will now be
done by Itslearning upon submit.
Version 11.28 build 1758, Jan
18, 2018
Fixes and enhancements
- Action: Delete
Directory (fix).
The error status of the action
was not correctly set for some
errors, such as sharing
violations.
- Action:
If-Then-Else (enhancement).
The implementation of the
condition "Has no value or
does not exist" does not
trigger on empty text values.
An new selectable condition
has been added called "Is
empty string or has no value
or does not exists" that will
trigger on empty text
values.
- Powershell Service
installation (Enhancement).
On first startup, the
PowerShell service will no
longer unconditionally install
the PowerShell libraries
contained in the
PowershellAgentlib.xmllib file
that is shipped with the UMRA
version. Instead it now
verifies the versions of the
individual libraries, and does
not replace existing libraries
that have a higher version
number. This prevents issues
when upgrading, if the
existing libraries where
updated manually to a later
version than shipped with the
UMRA version.
- Atvo3
(SOM) (fix).
Included Powershell
library updated to version
23. Because of a change in
the interface in SomToday,
an extra argument must be
specified when retrieving
students.
- ITSL (fix):
Included Powershell library
update to version 53. Fix for
out-of-range birthday values,
and group membership
issues.
- Action: Powershell Custom
Setup Remote
Connection (fix). Powershell
library updated to version
6. Specification of some
options could cause syntax
errors in
command.
- Action: Search
LDAP (enhancement).
An option is added to make the
output format more in line
with the output of the generic
table actions. This allows for
better comparison between
tables.
- Action: Search
LDAP (enhancement).
An option is added to allow a
paged search.
- Action: Generate
table (enhancement).
An option is added to prevent
writing the database
connection details to the log
file. This option is enabled
by default.
- Action: Update
database (enhancement).
An option is added to prevent
writing the database
connection details to the log
file. This option is enabled
by default.
- GUI: (fix). When
pressing the <delete>
key in the script comment pane
of the script editor, it will
now delete the selected
highlighted text in the
comment, and no longer try to
delete the currently selected
action in the main action
pane.