Skip to main content

OM Integration v1.18.2/v1.17.4

Release Date April 04 2024

This patch release addresses an issue for adding email recipients to lists that was introduced in v1.19.0. The improvement was also backported to v1.17.x.

tip

Backend upgrades are deployed automatically to all customer installations that meet the minimum requirements.

Catch a Business Process Already Approved Message from OM

In certain cases it is possible that RaiseNow will retry approving a business process that is already approved in OM. For example this may happen if a response from OM is lost due to a timeout or other networking issue. This particular improvement catches a previously uncaught occurences of this to avoid false/positive warnings in monitor.

Remove BusinessProcessId from EmailRecipient

In release v1.18.0 adding an email addresses to lists in OM was decoupled from the business process execution to pass donations, membership, order or other processes to OM. However, the BusinessProcessId was still referenced in that call, leading to an error. The BusinessProcessId has now been removed from that request.