CC email

98 views
Skip to first unread message

luis.g...@ferreyros.com.pe

unread,
May 20, 2016, 4:58:58 PM5/20/16
to Fujitsu RunMyProcess Developer Community

Hello ,
I need your help , I want the form to be mailed to a validator user will copy it to another user who can also validate the form ( write on the form)
I tried to add the account in the field (CC ) and reaches the form with the options disabled

Regards

rmp.png
rmp2.png

Pankaj Kumar

unread,
May 20, 2016, 10:58:46 PM5/20/16
to Fujitsu RunMyProcess Developer Community
Hi,

Kindly add the user in cc to the role (lane) to perform the action on the form. Since the user is not in the role (lane), he is not authorized to perform the action (validate).

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

--
" Este mensaje ha sido elaborado únicamente para uso de la persona o
entidad a la que es remitido, ya que puede contener información personal,
confidencial y, de acuerdo a ley, no puede ser difundido. Si el lector de
este mensaje no es el destinatario señalado, o la persona responsable para
entregar el mensaje a quien está dirigido, advertimos que cualquier
divulgación, retransmisión o copia de esta comunicación está estrictamente
prohibida. Si usted ha recibido esta comunicación por error, por favor
sírvase informarlo de inmediato al remitente por correo electrónico o
teléfono y borrar inmediatamente el mensaje original. Finalmente, se deja
establecido que el mensaje remitido con nuestro dominio (terminación".... @
ferreyros.com.pe") en caso no se refiera a información directamente
relacionada con nuestro giro profesional y propósitos del mismo, deberá
entenderse como la opinión del remitente, bajo responsabilidad individual
de éste, y sin que involucre o comprometa a nuestra organización con dicha
opinión o comentario ".

--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/796745db-f2e1-4bc3-b9ef-b23eb4a2dfe7%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Luis Guerra Palacios

unread,
May 23, 2016, 9:03:48 AM5/23/16
to suppor...@runmyprocess.com
Pankaj ,
the option I have in the role (line ) is "Allow everybody" the mail I joining the CC if in the rail option .
Imágenes integradas 1

Regards,

You received this message because you are subscribed to a topic in the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/i8V-CSHt7s8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.

To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.



--

LUIS GUERRA PALACIOS
| FERREYROS S.A.
PRACTICANTE  | GERENCIA TECNOLOGÍA, PROCESOS E INNOVACIÓN INFRAESTRUCTURA Y
JR. CRISTOBAL DE PERALTA 820 , SANTIAGO DE SURCO - LIMA



" Este mensaje ha sido elaborado únicamente para uso de la persona o entidad a la que es remitido, ya que puede contener información personal, confidencial y, de acuerdo a ley, no puede ser difundido. Si el lector de este mensaje no es el destinatario señalado, o la persona responsable para entregar el mensaje a quien está dirigido, advertimos que cualquier divulgación, retransmisión o copia de esta comunicación está estrictamente prohibida. Si usted ha recibido esta comunicación por error, por favor sírvase informarlo de inmediato al remitente por correo electrónico o teléfono y borrar inmediatamente el mensaje original. Finalmente, se deja establecido que el mensaje remitido con nuestro dominio (terminación".... @ferreyros.com.pe") en caso no se refiera a información directamente relacionada con nuestro giro profesional y propósitos del mismo, deberá entenderse como la opinión del remitente, bajo responsabilidad individual de éste, y sin que involucre o comprometa a nuestra organización con dicha opinión o comentario ".

Pankaj Kumar

unread,
May 24, 2016, 2:54:29 AM5/24/16
to Fujitsu RunMyProcess Developer Community
Hi,

In your manual activity configuration you had assigned the task to specific users from the role (${ela}) and only those users who are in variable "ela" can perform action on the tasks. You can add the user in variable "ela" to perform the action and remove the user from cc list as user will get the mail notification. By adding a user in cc in mail notification will not make user eligible to perform action on the task.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

Luis Guerra Palacios

unread,
Jun 9, 2016, 4:27:10 PM6/9/16
to suppor...@runmyprocess.com
Hello,
How I can add the user to the variable $ { ela } If this is the variable of a Text input , when I put the two post in the text input followed by a comma and put it in the task manually I get error because identifies the value as if a single email




--

LUIS GUERRA PALACIOS
| FERREYROS S.A.
PRACTICANTE  | GERENCIA TECNOLOGÍA, PROCESOS E INNOVACIÓN INFRAESTRUCTURA Y
JR. CRISTOBAL DE PERALTA 820 , SANTIAGO DE SURCO - LIMA


Murali

unread,
Jun 10, 2016, 6:37:40 AM6/10/16
to Fujitsu RunMyProcess Developer Community, luis.g...@ferreyros.com.pe
Hi Luis,

Hope you are testing with right input pattern "a...@gmail.com, d...@yahoo.com" and in ACCEPTANCE/LIVE mode and with proper subject configured.

Userguide Ref : https://docs.runmyprocess.com/User_Guide/Development_Environment/Toolbox/Processes/Step/Task/Process_Task_Email_Tab

If the e-mail step executed successfully, you should receive them; make sure to verify in SPAM folder of your mailbox.

Let us know if you are still facing any issue.

Regards,
Murali
Fujitsu RunMyProcess Support



Muralikrishna Kummaragunta

unread,
Jun 11, 2016, 1:36:59 AM6/11/16
to Fujitsu RunMyProcess Developer Community, Luis Guerra Palacios
Hi Luis,

Please retrieve the mail-id info from WI/Key input field, which is supported in RMP mail-activity step.  Below is the code sample for it.

var data=["mail1,mail2"];
data = data[0];
data = data.replace( /[{}]/g, '' );
alert(data);

Regards,
Murali
Fujitsu RunMyProcess Support

---------- Forwarded message ----------
From: Luis Guerra Palacios <luis.g...@ferreyros.com.pe>
Date: 2016-06-10 21:58 GMT+05:30
Subject: Re: [supportforum:9926] CC email
To: Murali <mkumma...@runmyprocess.com>


Hi Murali,

Im using a collection and I put the information(mail assigned) in the text input widget but this text is generated with bracket in the start and final (attached picture)

I want to remove the brackets for use information(mail assigned) to send the mail to users that are found in the variable to the text input 


Imágenes integradas 1

Regards,

Reply all
Reply to author
Forward
0 new messages