Hi,
when i am using alert.notify without template
alert.notify({
recipients: [user.id],
priority: 'HIGH',
title: title,
description: subject,
// missing from here
ActorId: user.id,
ActorType: '',
ActorDisplayText: '',
ActorImageURL: 'https://ui5.sap.com/1.123.1/resources/sap/ushell/themes/base/img/SAPLogo.svg',
NavigationTargetObject: 'Project',
NavigationTargetAction: 'manage',
TargetParameters: [{
Key: 'ID',
Value: ID
}]
});
only the basic props will be send to service.
Is this intended?
Everything works fine, if i am using a custom Template name in the call like
alert.notify('SupportTicket', {...
Regards
Holger