I am trying to develop an Capi for my web interface, now in my web interface i have an array of list with multiple selection enable , below that i have a button called notify,
Now what i want when the users selects that multiple person from my array list, and click on the notify button, the selected multiple persons get the email notification,
could you tell how design my capi for this senario???? or what i have to do???
I ahve tried to implement the code that you have said , but no email is being recived by tyhe selected the user, I am sending my js code ,please check where i qam going wrong?? i am also attaching screenshot of my process that i have conifigured
var res = id_user.getSelectedValue();
RMPApplication.set(eml,res);
The process is getting the following error
2014-09-04T12:35:52+0000 - Task "" (id: 1[0] - status: ABORTED): Error while processing {eml}
Expression eml is undefined on line 1, column 3 in temp.
I am attaching the screenshot of my web interface and all the users who are being selected are defined in designers.
can you tell me where i am going wrong?????
First of all i am sory for a late reply, But i am still facing the issue.
Let me tell you what i am doing step by step for my scenario
a) a list widjet is taken with multiple selection enable its value variable is
: user, and its identifier is : id_user
b) Then i am taking a hidden text input with a variable= eml.
c) Then i am taking a hidden split widjet in which i am giving a js widjet,
with listen to variable = user.
d) below that i am giving a notify button which has action as start process
and the process associated with is email type.
In this process in the send mail tab i have given FROM:nor...@runmyprocess.com, and to:${eml}
But when i am testing my process it is giving the following error
2014-09-09T05:23:24+0000 - Task "Send Email" (id: 1[0] - status: ABORTED): Error while processing {eml}
Expression eml is undefined on line 1, column 3 in Send Email.
I am attaching the screen shot for better understanding.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" 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 http://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/3065ced6-c72e-4bfd-a947-f8735b6e26e6%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/jEaaWTmRwFI/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 http://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/CAPdfL%3Dd9nm8CQHU%2Bk4sbCMiAqQ_Y9fsB3PueO_78gyv%2BZm8U6Q%40mail.gmail.com.
I just want to use ${P_task_url} in the process that i have created for my noitification button.
Now when i am launching my web interface i am getting the foolowing error.
2014-09-16T11:27:50+0000 - Task "Send Email" (id: 1[0] - status: ABORTED): Error while processing A task has been initiated.<br/><br/>Please click <a href="{P_task_url}">here</a> to access to the link.
Expression P_task_url is undefined on line 1, column 61 in Send Email.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" 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 http://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/0bcb900d-4ce0-4633-be96-c97a784817da%40runmyprocess.com.
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/jEaaWTmRwFI/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 http://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/CAEibfQ9ATOoGrWvd_H_YGRCK3TWjo35H_OAXJOtK7He4zob8oQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAHaHFoXYcyQGjymiPEW1uN4xRTniGjk4p1tJGM8pdxrPMU16ew%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAKDixUhuUeZnaNRxcvuyxrpHWNuy5LiFGJGDwt4EWqSD8NBhpg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAHaHFoVL4-ijNkKoK8T8yAcxH0zSETPSgk8sVDWHWUaw%2B%3DbyHA%40mail.gmail.com.
I have done exactly what you have said but it is showing the following error
2014-09-18T08:44:42+0000 - Task "Send Email" (id: 1[0] - status: ABORTED): Error while processing {eml}
Expression eml is undefined on line 1, column 3 in Send Email.
for better understanding i am attaching the screen shots and also giving my scripts.
please see where i am going wrong???
I was just testing this portion for the time being i have just disable my script and the hidden text box that i have taken earlier in my web interface , i am just passing the variable of multi selection array list into my process now due to this reason i getting the following error
2014-09-18T10:13:38+0000 - Task "Send Email" (id: 1[0] - status: ABORTED): Unauthorized: [["somjit....@sharobitech.com","tanmoy.ch...@sharobitech.com"]]. User is unknown
but all these users are defined as designers and in the acess right tasb as well.
please help me on these issue
Hi Somjit,I am thinking that you are passing the array variable into manual activity ("Assigned_to") field. So for this you have to use loop in that manual activity to pass your array variable.Follow below steps:1. Use your array variable inside the input activity. Like : eml = ${email[P_index]} // here email is the array variable which consist of email id's.2. Use ${email} in your loop tab ( inside "Array" field) .3. Use ${eml} in "Assign to" tab.Please let us know, if you still facing the same issue.Thanks & regards,Shobhit
On Fri, Sep 19, 2014 at 11:54 AM, Somjit Banerjee <banerjee...@gmail.com> wrote:
Hi,
please help me on these issue
Sabine EL RASSY
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" 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 http://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/44d726a0-feec-441a-a9c9-6fad5d9af884%40runmyprocess.com.
Hi shobit,the issue is solved.
On Fri, Sep 19, 2014 at 2:56 PM, Shobhit Tripathi <stri...@runmyprocess.com> wrote:
Hi Somjit,Are you using array widget for storing the email id's?If this is the scenario then instead of using array widget you can use list widget (select User type).Use that value variable in your process.Hope this will help you. Feel free to ask.Thanks & regards,ShobhitOn Fri, Sep 19, 2014 at 1:36 PM, Somjit Banerjee <banerjee...@gmail.com> wrote:Hi Shobit,I have made the changes but still facing the same error.
On Fri, Sep 19, 2014 at 1:29 PM, Shobhit Tripathi <stri...@runmyprocess.com> wrote:
Hi Somjit,As I seen in second screenshot, you have to use your array variable in the input variable of process like this Name= eml and Value= ${email[P_index]}.Regards,Shobhit