We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
when i am using alert.notify without template
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
Regards
Holger
The text was updated successfully, but these errors were encountered: