Automatic organization

184 views
Skip to first unread message

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

unread,
Jan 11, 2016, 4:56:45 PM1/11/16
to Fujitsu RunMyProcess Developer Community
Hi I have a query ; on the issue of the organization as might make my users designated under each role , are not static ; if they can not handle using a variable
In my form there is a text input ( boss) that by calling a Web service (javascript ) gets the mail direct boss and I want this mail sends the first validation that a common user send

Thank you.

Bidisha Das

unread,
Jan 12, 2016, 12:23:00 PM1/12/16
to suppor...@runmyprocess.com
Hi,
As per my understanding,you want to dynamically assign users to roles.You can use runtime lanes for that.


Kindly clarify your requirement if I have misunderstood it.


Thanks & Regards
'Bidisha

Luis Guerra Palacios

unread,
Jan 12, 2016, 12:46:10 PM1/12/16
to suppor...@runmyprocess.com
Hello I have a question .
In the field
id lane and id user that is what I have to put?

If posible could help me with an example please

and it would also have to put one by one user id ?

--
Fujitsu - RunMyProcess
---
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/_DlQHDstHrU/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/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAMGV9zuvMUQEszPdy_vNqSFNv5gUTy07HiM-OgKJ%3DAfUOT0fHA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.


" 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 ".
image.png

Bidisha Das

unread,
Jan 12, 2016, 1:35:15 PM1/12/16
to suppor...@runmyprocess.com
Hi,
You can store all the user ids in array format in an output variable in Process as: user_id=[user_id 1,user_id 2,user_id 3.....]

Then use the code:

<#list user_id as user_list>
${P_add_user_to_lane(lane_id,user_list)}
</#list>

where lane_id is the id of the Role under the Organization and user_id contains the list of ids of the Users in your account you want to give access to your Project.


Thanks & Regards
Bidisha

Luis Guerra Palacios

unread,
Jan 12, 2016, 2:14:15 PM1/12/16
to suppor...@runmyprocess.com
But if I want to add 200 users in the organization ; would like for each ID or can optimize this step?

--
Fujitsu - RunMyProcess
---
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/_DlQHDstHrU/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/.

Bidisha Das

unread,
Jan 13, 2016, 8:46:29 AM1/13/16
to suppor...@runmyprocess.com
Hi,
There is a RunMyProcess-Users Management application deployed on all the accounts which has a Mass import of users by using a CSV file. But this application is accessible only to admin user. You can prepare your CSV file with all 200 users details and upload the csv to Import the users.

How it works:
Attached screenshot for reference.There is a column in CSV to specify which Organization(pool_id) and lane(id) the user should be added to. 

If those CSV users doesn't exist already on the account then this csv upload creates those users and add them into particular organization and role and if the users already exist on that account then it just adds them to the specified organization and role.

If you want to add the same user to 2 different roles then you can write the code like this twice
[{'pool_id ':'65994','id':'127490'},{'pool_id ':'65994','id':'127491'}]

If this doesn't work as you need then you will be left only with the option of adding users and roles manually.


Thanks & Regards
Bidisha
UserManagement.png

Luis Guerra Palacios

unread,
Jan 13, 2016, 10:10:33 AM1/13/16
to suppor...@runmyprocess.com
Hey there;
I 'm trying to make the steps you provided me

I'm trying to import the excel I 'll show you in the picture but nevertheless appears to me that the user is successfully added but not on my list

--
Fujitsu - RunMyProcess
---
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/_DlQHDstHrU/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/.
import.jpg
image6.png

Pankaj Kumar

unread,
Jan 14, 2016, 5:07:06 AM1/14/16
to Fujitsu RunMyProcess Developer Community
Hi,

By importing csv file, users are added and assign to the roles as given in csv file. From screen-print, its clear you have created the csv file correctly.

You can verify the user and role from RunMyProcess IDE and go to organization -> role

User should be available in the role. Kindly let us know if you face any difficulty.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

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/.

Luis Guerra Palacios

unread,
Jan 14, 2016, 8:51:13 AM1/14/16
to suppor...@runmyprocess.com
Hey there ; I checked as you indicated me ; however my new user is not successfully add achievement , and I do not appear in the role ( Ferreyros Users).

Attached photos on the ID of the organization and the entity; also list where it is supposed that the new user should appear (Monica Vasquez )
Thank you

rmp1.1.png
rmp1.2.png
rmp1.3.png

Pankaj Kumar

unread,
Jan 15, 2016, 1:31:28 AM1/15/16
to Fujitsu RunMyProcess Developer Community
Hi,
Please refer to attached screen-print to see the user is added to the role or entity.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

2.png
3.png
4.png
import_csv_file.PNG
Reply all
Reply to author
Forward
0 new messages