Hello,

I have a business process that at some point sends an automated email. Till some updates ago, I've seen that those emails generate activities with type = Email and I could display those emails in a detail or do some statistics based on those activities. 

But now those activities are no longer generated. Are those emails stored somewhere else? Or do I need to setup something extra at that "Send email" task in order to generate that activity.

Thank you,

Cristian Galatan.

Like 0

Like

2 comments

Hello Cristian,

When sending email automatically no activity record is created in the system, therefore this email can't be linked to a cas...MoreLess

Show all comments (1)

There is a difference between incoming and outgoing emails in the Communication Panel

But my question is if there is a parameter which separates these E-mails on the Activity object?

I can't seem to find a parameter for this.

Calls has the Direction parameter.

Activities lack this parameter

Should there be one?

2 comments

Dear Julius,

This option is available. If you are talking about business process, you should use Message type lookup to select the required...MoreLess

Show all comments (1)

Is there a way to read all the users inside an organizational role and then send those email addresses to the next step of a process?

Like 0

Like

2 comments

The functionality can be implemented using a script task element in order to select all contact emails which are included in the role. The contact...MoreLess

Show all comments (1)

How can I send an email from a business process to a group of recipients who are in the same Organizational Unit?

For example, highlighted in the picture below I tried to make a process that sent an email to the contacts in the organizational role "Strategic Partner Support", however when the process...MoreLess

Like 0

Like

2 comments

Unfortunately, there is no opportunity to send an email to the organizational role via a business process element "Send email".

However the...MoreLess

Show all comments (1)

Hi,

I created a email template with a custom subject ([#Account#] - [#imdPedRamoSeguro#] - [#Number#]) but when the email is sent the subject allways changes to "RE: + Case Number".

How can I change this default value?

Thanks.

Best Regards,

Nuno Gonçalves

Like 0

Like

1 comments

Hello,

The subject line is formed with the help of hard-coded macros that belong to the base system schema EmailMessagePublisherPage. Regardless...MoreLess

Show all comments

Hi all,

    How can I use business process to check an email existed or not, and add new email for a contact if not existed?

Thanks

Like 0

Like

2 comments

Hello, 

All contact emails are stored in the object Contact communication object, so in order to check if such record exists you need to...MoreLess

Show all comments (1)

Hello, has anyone else found an issue with email sync where ALL emails will get posted to your company's Account record on the history tab? Since all internal employees are part of our company's account, this means if our employees sync our O365 email accounts with bpm'online, then ALL emails are visible...MoreLess

Like 0

Like

8 comments

Dear Mitch,

There is no such out-of-the-box functionality that wold record the emails on the Our Company account. It seems like you have some...MoreLess

Show all comments (7)

Customization of the unsupscribe function is represented in the following php codes:

Functions:

<?php
function BPMAuth(){
    $url = 'https://bpmonline.com/ServiceModel/AuthService.svc/Login';//someBPMURL
    $requestData["UserName"] = "";
    $requestData["UserPassword"] = "";    
   ...

MoreLess

Like 2

Like

Share

0 comments
Show all comments

Hi, 

I want to call a business process from a script task of another business process. I did this because I want to send email to a collection of contacts, so I will do a foreach loop in the script task, and call the second business proces that will send the emails. 

The problem is that the...MoreLess

Like 0

Like

2 comments
Best reply

The problem here was that the business process that was call form the parent business process, wasn't receiving the parameter. The solution...MoreLess

Show all comments (1)

Hello, is it possible to set up this functionality for portal users? Regular users can go to an Email Activities Detail in the cases section and click the + sign to create an email and send it. I was able to add the Email Activities Detail in the Portal Case Page, however there is no plus sign. See video for example.

http://recordit.co/8l1EsDXBbT

Like 0

Like

2 comments

Dear Mitch,

The portal users can only see the records in the detail. Apart from that, they need to have the access rights to see them. The basic...MoreLess

Show all comments (1)