Downloads



Version 11.40 Build 1773 Sep 29, 2022

Enhancements

  1. SomToday: (enhancement). Added the option to specify the property "Remote Identifier Domain" for the actions that use a remote identifier (ticket id 18423)

  2. 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

Enhancements
  1. 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)

  2. 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)

  3. 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)

  4. Google GSuite. Updated the shipped version of the connector to version 1.3.9




Version 11.37 build 1770, July 9, 2021

Enhancements
  1. Itslearning: Added Customstring0 (referred to as CustomField6) as possible property for the create person action. (ticket id 12665)

 Fixes

  1. 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)

  2. 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

Enhancements
  1. SomToday: Added EckID Column to the students and employees table (as extra column at the end). (ticked id 9521)

  2. SomToday: Added the possibility to retrieve students starting in future school years. (ticket id 9830)

  3. 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

  1. CumLaude: The Edit User action failed when an EckID was specified. This is fixed. (ticket id 10033)

  2. 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

Enhancements
  1. 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)
  2. AFAS: Extra dynamic action "update object with flag" to be able to provide inserts with the updateobject action. (ticket id 8803)

Fixes

  1. 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)
  2. SomToday removed support for the openID attribute, as that was not correctly supported by the API .



Version 11.32 build 1762 , May 25, 2018

Enhancements
  1. 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.
  2. Aura connector. Support for the CcMailAddress property of the user has been added to the relevant actions.
  3. Cumlaude (Natschool). It is now possible to specify whether or not an associated personal folder should be created when creating a group.

Fixes

  1. 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.
  2. 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.
  3. Atvo3 (SOM): It is enforced that the BSN value is not provided to UMRA.
  4. 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

  1. Action: Delete Directory (fix). The error status of the action was not correctly set for some errors, such as sharing violations.
  2. 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.
  3. 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.
  4. 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.
  5. ITSL (fix): Included Powershell library update to version 53. Fix for out-of-range birthday values, and group membership issues.
  6. Action: Powershell Custom Setup Remote Connection (fix). Powershell library updated to version 6. Specification of some options could cause syntax errors in command.
  7. 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.
  8. Action: Search LDAP (enhancement). An option is added to allow a paged search.
  9. 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.
  10. 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.
  11. 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.