HI! Is there a way to make alerts for reminders actually make noise? Like a Ping or something?

 

Also, any idea why I get two reminders for the same thing? Only one reminder was created, but everyone always gets two. 

Like 0

Like

4 comments

Hello Mikaela, 

 

As of now, it's possible to implement a sound signal using browser alerts. To do this, you need to allow the Creatio application to send notifications in the browser you are using. By default, some browsers make a sound when alerted, in other cases, you can look for plugins. As an example, I can offer this plugin for Chrome.

Also, we've registered a corresponding idea of ​​a sound notification in the Creatio application for our responsible R&D team for future releases.

 

As for the duplicate notifications, I would suggest to contact the support team via support@creatio.com and provide access to the site where the issue occurs to proceed with the investigation.

 

Best regards,

Anastasiia

Is there any actual solution to this issue. Sound in notifications and in new chats is very necessary.

Поліна Стоцька,


Unfortunately, at the moment, audible alerts are still not configured in the Creatio system. However, the responsible R&D team has accepted this task and is working on implementing this functionality in future releases of the application. 

As a temporary solution, you can try to use this plugin: https://chromewebstore.google.com/detail/background-notification-s/diad… or any other plugin available in open internet resources.

Malika,

This extension doesn't work and I don't know why(
I just installed it, maybe I did something wrong. All permissions for showing notifications and sound (both in Creation and in this extension) are enabled.

Show all comments

Hi community!

Please help me to find out where are activity reminders stored in the database?

I mean this kind of reminders ->btn_com_notification_center_reminders.png – activity reminders created for you when you are the owner or the author of the activity.

I was searching in the "Reminding" table by "SourceId" column (passing here Activity Id), but nothing was found. In the notification panel reminder appeared. Any suggestions?

Best regards,

Jana

Like 0

Like

2 comments
Best reply

Hi Jana,

 

Sharing a little lifehack on how to track the record in the database:

 

1) When switching to the "Activity reminders" tab you need to have the developer console opened in the "Network" tab.

 

2) You need to track all the "SelectQuery" requests that were sent after the switch to the "Activity reminders" (the request is the only one in our case):

 3) Click on this request, go to it's payload and find the value for the "rootSchenaName" key:

 

So the table we are interested in is "Reminding".

 

4) Create some reminding in any activity that has no reminding (for example specify the value for the "Remind to owner date" column as current time minus 15 minutes). This action will create a new record in the "Reminding" table.

 

5) Go to the database and execute this query:

--MSSQL
SELECT
	TOP 1 *
FROM
	Reminding
ORDER BY
	CreatedOn DESC
 
--PostgreSQL
SELECT
	*
FROM
	"Reminding"
LIMIT 1;

As a result you will find a newly created record:

Now you can easily track column references:

 

1) Activity Id from which you've initialized the reminding is stored in the SubjectId column;

2) The reference to the schema of the "Activity" (meaning that the reminding was created for the record in the "Activity" section) is stored in the SysEntitySchemaId column that references SysSchema table (UId column);

3) SourceId column defines if the reminding was initialized either for owner or reporter (RemindingSource table reference);

4) Description column stores the subject of an activity for which the reminder was generated.

 

Try this approach on your side and you will be able to easily track database tables in which data from any section/detail/tab is stored.

 

Best regards,

Oscar

Hi Jana,

 

Sharing a little lifehack on how to track the record in the database:

 

1) When switching to the "Activity reminders" tab you need to have the developer console opened in the "Network" tab.

 

2) You need to track all the "SelectQuery" requests that were sent after the switch to the "Activity reminders" (the request is the only one in our case):

 3) Click on this request, go to it's payload and find the value for the "rootSchenaName" key:

 

So the table we are interested in is "Reminding".

 

4) Create some reminding in any activity that has no reminding (for example specify the value for the "Remind to owner date" column as current time minus 15 minutes). This action will create a new record in the "Reminding" table.

 

5) Go to the database and execute this query:

--MSSQL
SELECT
	TOP 1 *
FROM
	Reminding
ORDER BY
	CreatedOn DESC
 
--PostgreSQL
SELECT
	*
FROM
	"Reminding"
LIMIT 1;

As a result you will find a newly created record:

Now you can easily track column references:

 

1) Activity Id from which you've initialized the reminding is stored in the SubjectId column;

2) The reference to the schema of the "Activity" (meaning that the reminding was created for the record in the "Activity" section) is stored in the SysEntitySchemaId column that references SysSchema table (UId column);

3) SourceId column defines if the reminding was initialized either for owner or reporter (RemindingSource table reference);

4) Description column stores the subject of an activity for which the reminder was generated.

 

Try this approach on your side and you will be able to easily track database tables in which data from any section/detail/tab is stored.

 

Best regards,

Oscar

Hi Oscar, 

 

Thank you for the lifehack and detailed response! It was very useful for meyes

 

Best regards, 

Jana

 

Show all comments

Hi Team,

 

The notification icon in the communication panel doesn't reflect any new changes made to the activities (CREATIO Version -7.17.1.1363).

 

In the previous versions of Creatio(7.16.2.1600), any new activity created/modified would reflect on the communication panel through the notification icon popping out as badges in numbers. The icon also showed the number of new Activities/Reminder/Approval/Noteworthy Events created. However, this doesn't happen anymore after the latest update. I need to refresh the page for the communication panel to show the new notifications.

 

Has anybody experienced the same problem? Is there a workaround?

 

I have provided the detailed description with screenshot attached below, Please take a look at it.



STEP 1: Add new activity clcicking the activity icon as depicted in the picture below (OLD version 7.16)

 

STEP 2: I get the information in notification icon and in reminder when a activity is added immediately without any refresh or reload(OLD version 7.16)

 

STEP 3: In Latest version 7.17, I didnt get any information when the activity is added

 

STEP 4: I can get the information only after the refresh

 

NOTE : I have also checked the Remind owner field while creating an Activity

 

 

 

 

Regards,

Bhoobalan P

2 comments

Hello Bhoobalan,

I am guessing that this functionality broke by an incorrect change made for the Omni channel chat panel in 7.17.0 (and still exists in 7.17.1). In this thread the issue is outlined and I included a fix you can add that will restore receiving server messages again (see my comment on Dec 2, 2020 for a fix): https://community.creatio.com/questions/new-bug

Ryan

Ryan Farley,



Thanks very much,



I have replaced the Communication pannel as suggested in the above thread. But, still i could not see the numbers and the reminder, i can see it only after the manual refresh.







Regards,

Bhoobalan P.

Show all comments

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

Is there a way to create reminders in the new version of BPMonline? For example for the task I'm creating for an employee?

File attachments
Like 1

Like

2 comments

Hello Matthew.

To create a reminder for yourself or another user about an activity, a document or an invoice, do the following:

1. Open the edit page of the record that you wish to create a reminder for. For example, to create a task reminder, open the corresponding task page.

2. Select the checkbox in the reminder field:

a. Select the [Remind Owner] checkbox to create a reminder for the user specified in the [Owner] field of the activity, document or invoice page.

b. Select the [Remind Author] checkbox to create a reminder for the user specified in the [Author] field of the page.

3. Specify the date and time when the reminder should be displayed for the user.

4. Save the record.

 

Thanks, Kate.

Show all comments