notifications
7.13_()
studio

Hi Community,

I have managed to create a notification in business process. But what I need upon clicking this notification, i want to open the record. Any idea how can I achieve this?

Like 0

Like

3 comments

Hello,

I recommend to check the realisation in base functionality. When case reopens, the notification is sent. Business process that is responsible for it calls "RunSendNotificationCaseOwnerProcess". Please note, on this process element and class http://prntscr.com/n3pl3e



Best regards,

Alex

Alex_Tim,

Hi Alex,

any update realted to this issue?

Thanks!

Hello,

You need to ensure that the fields "Object" and "Unique caption Id" in the given Reminding are properly filled.

  • "Object" should reference the required entity, such as Lead.
  • "Unique caption Id" should point to the specific record within the Lead entity.



This setup ensures that the notification is clickable and directs the user to the correct record when clicked.

Hope this helps!

Show all comments
reminders
notifications
Activity
sales

Hi everyone. I'm starting with bpm'online and I have a question related to reminders. I know that in an activity we can send reminders to author and to the owner, but here where I work arise the need of remind everybody in the same department of the owner, I mean, imagine the owner is someone that works in commercial department, so everybody in commercial department should be notified. Do you guys know how can I do it?

Thanks a lot.

Like 0

Like

3 comments

Dear Paulo,

In the current version of the application there is no option to send the reminders to a separate department, however, you can add the members of the department separately on the participant tab of the activity page. Here is the example - http://prntscr.com/n0jlym  Thus, all the participants will get the notifications. 

Best regards,

Dean

Dean Parrett,

Thanks for reply. That's exactly what I thought. Do you know whether can I import a list of participant on the same excel I'm importing the activity? I need to import a list with about 120 activities and add at least 3 or 4 participant per activity. It is not easy to set one by one.

Dear Paulo,

It is not possible to import the activity with all participants, however, you can create a separate excel file and import the participants into already imported activity. For instance, I have the activity where I want to add one more contact http://prntscr.com/n0z3gc . I need to prepare the excel file with the contact and add the column with the activity title - http://prntscr.com/n0z498 

After that, I just need to go to the data import section, choose 'activity participant' object http://prntscr.com/n0z55p , map the columns and start the process. As the result, I have the required contact in the list of the participants. http://prntscr.com/n0z671

Once more solution, is to import the list of participants directly on the detail of the activity, however it is convenient to use it if you have a lot of participants http://prntscr.com/n0z9hz

Best regards,

Dean

 

Show all comments

Hello, can you disable the automatic email response for a new case being created, but for only one specific contact?

An example of our use case: 

our email address alerts@ourcompany.com sends automated emails to a case creation email address (support@ourcompany.com ) any time a server goes down. Since alerts@ourcompany.com is unmonitored, it accumulates a massive amount of "your case has been received" emails and the inbox is growing very large and taking up space. 

Is there a way to prevent the "your case has been received" emails from being sent to alerts@ourcompany.com however still have those emails sent to other contacts who send emails to create cases?

Like 0

Like

8 comments

Dear Mitch,

The easiest way to do it will be to create separate type of cases created by emails from this mailbox (for example Alert case type). Since there is no notification rules in Case notification rule lookup for this category no notifications will be sent.

Best regards,

Angela

Angela Reyes,

Oh perfect! that makes sense! How would I automate that so the "type" column gets updated to "alert" prior to that case notification rule getting used? If I create a business process that says "if new record is added, and filter by created by = Alerts@ourcompany.com then update type to = alert" would that work?

Or do I need to add a subprocess to a current process such as "IncidentRegistrationFromEmailProcess"?

*I meant "category", not "type"

Mitch Kaschub,

You can modify lookup "List of mailboxes for case registration" and set case category for Alerts mailbox.

Best regards,

Angela

Angela Reyes,

Thank you Angela. The problem with that, is the Alerts mailbox is the sender, and the support mailbox is the recipient contact that is in the "list of mailboxes for case registration" lookup. There are many other contacts that also email support to create a case so we need to leave the category for support as it is in the lookup.

However, I tested in pre-production and used a current process to update the category when a new case gets created and contact = alerts. This looks to have worked, in pre-production when the case was created there was no email sent back to alerts to notify of the case. In production where I haven't made any changes, there was a response sent. So I'm satisfied and will set this up in production now.

Angela Reyes,

I spoke to soon to say my solution worked. Even though my process successfully updated the category to alert, the auto response looks like it had already occurred. This brings me back to the timing question of when does this auto response get generated? Which process is it a part of?

Angela, regarding your idea of updating the category in the "list of mailboxes for case registration" lookup, that wont work because we use support@healthefx.us for other senders to create cases and those should be service request category as it is set up below. 

Angela Reyes,

Once again, I may have resolved my own question. I found a process that runs earlier and added the category modification step to that process. Now cases are coming in from Alerts and there is no case notification response being sent. This is what I was trying to achieve. Thanks!!!

Mitch Kaschub,

Hi Mitch,

I have to make same thing. How did you manage to disable case notification for a single contact?

Thank you very much!

Iris

Show all comments
feedtracking
records change
notifications
7.11
There is some OOTB functionality for tracking and notifications of changes in records to certain users similar to the 
feedtracking functionality that SalesForce has: https://trailhead.salesforce.com/en/modules/chatter/units/chatter_feed_tracking
Like 0

Like

1 comments

Dear Uriel,

 

We have the functionality called Change Log. I believe it will allow you to accomplish the tasks you mentioned. 

You can read about the functionality and its setup in our Academy here - https://academy.bpmonline.com/documents/service-enterprise/7-11/change-log-section.

Lisa

Show all comments