cancel
Showing results for 
Search instead for 
Did you mean: 

Create notification by ABSL code on SDK of C4C

marlosdamasceno
Participant
0 Kudos

Hi there,

I would like to know if is possible to create an notification, using ABSL code in the SDK, just like this one:

I tried in many ways, however with no success. Moreover, I am not looking for a workflow rule or something similar. It must be by code, because I will sent a notification in a Mass Data Run.

If it is possible to do that by code, please, how can I achieve it?

If not, why is not possible?

Best regards,

Marlos Damasceno

marlosdamasceno
Participant
0 Kudos

Someone might know?

marlosdamasceno
Participant
0 Kudos

This community is not the same as it was before. It is a pity!!!

marlosdamasceno
Participant
0 Kudos

Hi horst.schaude,

Do you have any idea if this is possible? Or may know another person how knows?

Best regards

HorstSchaude
Product and Topic Expert
Product and Topic Expert

Hello Marlos,

You can enable Notification Rules within the SDK (see section 8.9. of the documentation).
Next step is to define such a rule in the UI.
Finally you need to set the data in the MDRO so that the rule is triggered.

HTH,
. Horst

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hey Marlos, I am found this maybe can help you

Automatic Notification using Cloud Application Studio on Z Business Object

Regards

marlosdamasceno
Participant
0 Kudos

Hi Reinaldo,

I took a look on this documentation. Indeed is useful, however, I would like something done complete by code. Like:

import Notification;


Notification.SendNotification(Responsible, "Subject", "Description");

Of course this is a simple example. Would be very nice to have this feature in ABSL code.


Best regards

Marlos Damasceno

former_member606838
Participant
0 Kudos

I only see headers in this website. I tried to see different articles but nothing other than headers. I tried to register and it's just the same.

0 Kudos

Hello Marlos,

I am searching for the same thing, can you tell me if you found something useful??

Best Regards,

marlosdamasceno
Participant
0 Kudos

Hi Reinaldo,

Until now I did not find a solution.

Best regards

Marlos Damasceno