cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to show notifications on CPQ?

sbslmhmt
Participant
1,110

Hello,

Is it possible to show notifications to user on CPQ? For example if an attribute automatically gets a default value, a notification should appaer that saying "xxxx attribute got a default value".

Thank you in advence.

Best Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Yogananda
Product and Topic Expert
Product and Topic Expert

Hi sbslmhmtYes, you can show the notification message on top of the Quote to a user to read it...

use through IronPython Scripting with customizing your attribute value

### this is just hard code message.. Add your variable to the message
Quote.Messages.Add('xxxx attribute got a default value")
sbslmhmt
Participant
0 Likes

Hello Yogananda,

Thank you for your answer. I tried but it didn't work. Is there any setting I might be missing?

Best regards.

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,
Can you upload a screenshot here ?

sbslmhmt
Participant
0 Likes

Hello yoganandamuthaiah,

It was my mistake It works very well, I wanted to show on product so I used Product.Messages.Add(). Thank you very much.

sbslmhmt
Participant
0 Likes

Hello yoganandamuthaiah ,

Do you know how can I get translated name of attribute on a script? Translated names of attributes values are present but I coundn't find attributes own translated name.

Thank you,

Best regards.

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes

Use a dictionary to get translation for the attributes..

Answers (1)

Answers (1)

0 Likes
0 Likes

Thank You oliverjhonson623, This review article help me alot