Hi guys,
I got this BP warning 'add notification' is obsolete: "addnotification is deprecated. please use addsystemnotification", when i replace the obsolete function by the recommended one i could compile without errors but the Pipeline Build crashed with errors and it says it's coming from that changement.
What should i do ?
Here's the code before replacement.
Thank you.
SystemNotificationDataContract notification = new SystemNotificationDataContract(); notification.Users().value(1, curUserId()); notification.Title("@EUKLabelFile:EUKLoadCompleted"); notification.Message(strfmt("@EUKLabelFile:EUKNumberElementLoaded", securityMenusFirst.RecId)); SystemNotificationsManager::AddNotification(notification);