user
Mention
notification
via
Email

Hi Team,

I have implemented a Business Process that sends an email notification whenever a user is @mentioned in a Case feed. While the emails are sending successfully, they are not appearing in the Case Timeline tab.

How can I properly associate the Email activity created by my process with the parent Case object so that these notifications are logged and visible in the Timeline widget?

Like 0

Like

1 comments

Hello,

To ensure that email notifications sent by your business process are visible in the Case Timeline:

1. Please verify that the Activity (Email) record generated by the process includes a direct association with the Case. The "Case" field (CaseId) of the Activity must be set to the Id of the related Case when creating the Email activity.
2. Additionally, check that the "Log activity" flag is enabled in your email element within the BP. If the checkbox is selected, the process will create a corresponding activity when executing this process step. Selecting the checkbox will make the Email connections field group available.



Best regards,
Malika

Show all comments
Freedom
business
process
task
notification
panel
remove
Sales_Creatio
8.0

Hello,

Is it possible to remove the Businness process tasks from the notification panel.

This gives us notifications that we don't use and risks missing other important notifications.

Business Process Task

Thank you !
Nicolas

 

Like 1

Like

1 comments

Hello,

Unfortunately, currently it is not possible to remove/hide the Business process tasks icon from the Notifications panel. However, we have registered this idea for the responsible R&D team and they will review the possibility of changing this logic in future.

Show all comments
bestpractices
notification
Studio_Creatio
8.0

So my use case is 

  1. Whenever certain event occurs, send notification to
    1. Group of people
    2. Only the assignees of the case
  2. Some of these notification may contain extra description along with them.

Current approach

I am doing 2 different things

  1. If i need to send a notification to individual I am adding a record in the notification table. Con of doing this is I am unable to give extra information sort of description, even though I am filling the Popup title and description it is not showing up.
  2. If I need to send to a group of people I am using a business process and use a Mini Page for description. Con: Process keeps on running till someone closes the page for everyone.

Is there a better way to handle this?  

Thanks for the help!

Rishav

Like 0

Like

1 comments

Hi!

 

Here's a potential approach to improve your current process:

  1. For Individual Notifications:
    • Instead of directly adding records to the notification table, consider using a business process that dynamically populates the notification title and description fields. This ensures that the extra information is displayed correctly.
  2. For Group Notifications:
    • To avoid the issue of the process running until someone closes the mini page, you can use a combination of a business process and a custom notification mechanism. For example:
      • Use a business process to trigger the notification.
      • Instead of relying on a mini page, send the description as part of the notification content directly to the group members.
  3. Unified Approach:
    • Create a custom notification mechanism that supports both individual and group notifications. This mechanism can include fields for title, description, and recipient type (individual or group). A business process can then handle the logic for sending notifications based on the recipient type.
Show all comments
8.0
Feed
Email
notification
Studio_Creatio

Hello,

 

I'm wanting to setup a business process so that when a user is mentioned in the feed they receive an email notification. Also, there may be instances where more than 1 user is mentioned in a single comment and I'd want each person to get an email notification in that case.

 

I've tried creating this business process and am stuck as it sends the notification to the person who created the comment in the feed, not the user mentioned in the comment. Any tips on this are greatly appreciated!

 

Thank you,

 

Eric

Like 0

Like

5 comments
Best reply

Hi Eric,

try to use such signal on the object 'User mention' and send notification to Contact:

Hi Eric,

try to use such signal on the object 'User mention' and send notification to Contact:

Thank you! That did it. What's the best method to provide a link to the record via an email? I tried following the steps here - https://community.creatio.com/questions/link-based-feed-notification but it appears to break when there are replies to an existing comment.

 

Eric Curran,

We have such formula (it is for Classic UI, but you can change it for Freedom UI):

"<a href=\""+[#System setting.Website URL#]+"/0/Nui/ViewModule.aspx#CardModuleV2/"+[#Page name#]+"/edit/"+[#Object Id#]+"\">"+[#Record title#]+"</a>"

Eric Curran,

We have implemented this way for replies:

Vladimir Sokolov,

Thanks so much for the assistance! I do have one follow up question, what is the best way to limit this process to a certain object? We only want to turn on these notifications for one object, not every object.

Show all comments

It would be great to be informed when new releases are actually/ or not pushed into production instances (8.0.5 and 8.0.7 were not for example...)

4 comments

Hello Damien,

 

If we are talking about the cloud instances and scheduled updates of the sites then we already have the notification procedure for this. The clients are being notified by email about the upcoming update of the site a few days before the update. 



Best regards,

Anastasiia

Hi Anastasiia,



1) We must have missed something, because we never received these email notification (we're two admins on our system since september 2021)

2) How about being notified that our system will not receive a specific update (for example 8.0.0, 8.0.5 & 8.0.7) unless proactively asking ?

3) How about notifying about update delays - vs the 4 weeks regular update promise: https://www.creatio.com/our-technologies/regular-updates ?

 





Thank you in advance for taking the time to answer.



Damien

Hi Damien, 

 

1. If you are not receiving notifications about the upcoming updates for a specific site, please contact support team via support@creatio.com as such situation should be checked individually. Such situation may occur if your contact is not added to the list of recipients of such emails for a specific site. 

As for the 2nd and 3rd points we'd like to ask you to contact your responsible manager for further assistance, as they could provide you with more detailed information. 



Best regards,

Anastasiia

 

Anastasiia Zhuravel,



Will do for point 1 ?



Point 2 and 3 are not specific to an instance but more general for everyone no ??

Show all comments
Discussion
notification
new release

Hi,



Similarly to the Knowledge Hub, it would be great to subscribe to the release notes so to be informed/notified when new release notes are published on the page: https://academy.creatio.com/docs/release/release-notes .



Cheers,



Damien

3 comments

Hi Damien, 

 

Thank you for sharing your idea with us! We've created a query for a responsible R&D team to consider implementing this functionality in the nearest future. 



Best regards,

Anastasiia

Awesome :)

Hi Anastasiia,



Any news here ? 🙂



Cheers,



Damien

Show all comments

Hi Team,

We want to show the owner of the record along with an additional field in the approval notification in the CTI panel

Question :How to add additional field in the approval notification panel other than the name of the record

 

 

Thanks in advance!

Regards,

Mayan

Like 0

Like

3 comments

Hello Amritha,

 

There are no basic tools to achieve your business task. It could be achieved only by development.



We've registered it in our R&D team backlog for consideration and implementation in future application releases.



Thank you for helping us to improve our product. 

Bogdan,

If it can be achieved by development then can you please share the snippet which can be used to achieve it

Hello Amritha,

 

Unfortunately we don't have a ready to use code for this task. The logic of the notification in the CTI panel is stored in the VisaNotificationsSchema module. If you need to add additional columns in this notification schema you need to insert them into the diff array of the schema. You can also study how data is received to fields like NotificationSubjectCaption or NotificationDate columns.

Show all comments
Business Process
notification
Sales_Creatio_enterprise_edition
7.14

Hi,

Is there a way to add a notification in Communication panel to notify user when an initiated business process fails, indicating them to re-run the process or contact Sys admin?

Like 1

Like

2 comments
Best reply

Hello,



According to OOB logic, you cannot start a business process based on the SysProcessLog table. But there is a very simple workaround. You can create a view based on the SysProcessLog table and add this newly created object into your business process as a starting signal. Also, you can add different conditions for the records that can be added to your view so having it done you can manage the list of processes that will be added into your view.

You can find a way how to add a view on our Community.

 

Best regards,

Bogdan

Hello,



According to OOB logic, you cannot start a business process based on the SysProcessLog table. But there is a very simple workaround. You can create a view based on the SysProcessLog table and add this newly created object into your business process as a starting signal. Also, you can add different conditions for the records that can be added to your view so having it done you can manage the list of processes that will be added into your view.

You can find a way how to add a view on our Community.

 

Best regards,

Bogdan

Thanks, Bogdan! 

Show all comments
notification
Side Panel
portal users
portal dashboard
Self service portal
7.16
Sales_Creatio_enterprise_edition

In the screenshot I can not see the notification panel on Portal Workspace when portal user logs in. I want it to be visible to portal user in case of notification comes. Or else if there is another approach to notify portal user then please suggest.

Thanks

Like 0

Like

2 comments

Hello Ramnath, 



Unfortunately, there is no OOB tools or information about partner customizations available which would add the notification panel for the portal user.

We will pass this request as an idea to the responsible R&D team so they will consider the possibility of adding the requested functionality in future Creatio releases. 



Kind regards,

Roman

Roman Brown,

I wanted the notification panel on Portal Workspace for process/requests he need to complete. The process has a pre-configured page. Which needs to be filled by Portal user. But process will only show in notification. Not in the Case I build on the section page. 

Is there any other way to notify user to access and complete the process.

Thanks

Ramnath

Show all comments
notification
7.15_()
Sales_Creatio_()

Is it possible to send notification messages from a process to a user`s notification center ?

Like 0

Like

1 comments

Dear Ricardo,

It may be done with the help of Add Data element. You would need to add the new record to the Notification object with the required parameters what to display.

Apart from that, I suggest you to take a look a this marketplace template. It may be also helpful:

https://marketplace.creatio.com/template/feed-notifications-account-rel…

Best regards,

Dean

Show all comments