-
Deprecated string functions
These functions have been dropped: ADMIN_ParseBigint, ADMIN_ParseInt, ADMIN_ParseStringOfIntegers, ADMIN_LTrim, ADMIN_RTrim, ADMIN_Trim, ADMIN_PadLeft, ADMIN_PadRight, ADMIN_CONVERT_BIGINT2HEX,
ADMIN_IsBigint, ADMIN_IsInt, ADMIN_IsInteger, ADMIN_IsModulus10Compliant, ADMIN_IsNumeric, ADMIN_IsUniqueidentifier, ADMIN_IsValidEmailAddress, ADMIN_IsValidOCRNumber, ADMIN_IsValidOrganisationNumber, and ADMIN_IsValidSocialSecurityNumber.
-
Deprecated user functions
These functions have been dropped: ADMIN_User_HasFunction, ADMIN_User_HasRole, ADMIN_User_IsSoftadminAdministrator, ADMIN_User_Functions, ADMIN_User_LanguageID, ADMIN_User_RoleId, ADMIN_GetEmailAddressByUserId, and ADMIN_GetNameByUserId.
-
KPI
KPI will now crash if the JSON contains unknown properties.
-
Meter
The column names Meter and Meter"AnyInt" in InfoSQL are now used to generate meters from JSON. If any old columns uses these names they need to be renamed to not crash.
Use the "Field information" menu item to search for "Meter" to find menu items using this column name. Grid is not affected.
-
Parameter page
If validate parameters is turned on for a menu item it will now call the procedure to validate the parameters regardless of whether the parameter page was shown or not.
Menu items that has this set are likely to crash since the procedure might not accept the parameter @ValidateParams. See Upgrade log after upgrade to review affected menu items.