04 July 2025

The following issue has been fixed in this release

Issue Description

HE-4298, TCC-30782

Push Subscription improvements.

Table of Contents

1. Core

1.1. Autocomplete

Added new property "multipleMatchOn" to support match on multiple values in BusinessObject Autocomplete handler.

This can be configure like below:

"autocomplete": {

	"handler" : {
		"name" : "businessobject",
		"contains": "true",
		"typePattern": "Person",
		"searchType" : "contains",
		"multipleMatchOn" : "${attribute[First Name], attribute[Last Name],name}",
		"displayMacro": "${attribute[First Name]} ${attribute[Last Name]}",
		"caseSensitive" : false,
		"value" : "id"
	}
}