Accessing collection data on live mode

444 views
Skip to first unread message

Prachi

unread,
Dec 29, 2014, 4:31:35 PM12/29/14
to suppor...@runmyprocess.com
Hi,

I've created a new production version for my project with live mode. On my web interface I've got a dropdown list populated from a collection which is empty in the live mode. How can I transfer data from the collection in test mode to live? And how to create a new collection for live mode and add data to it?

Thank you.
--


teknion.com <http://www.teknion.com>

<http://www.teknioncre8.com/> <http://www.facebook.com/Teknion>
<http://www.linkedin.com/company/teknion> <http://twitter.com/teknion>
<http://www.youtube.com/teknion>

Please consider the environment before printing this e-mail.

CONFIDENTIALITY NOTICE: This communication, including any attachments, may
contain information that is confidential and privileged. [It may constitute
non-public information and is intended to be conveyed only to the
designated recipient(s).] If the reader or recipient of this communication
is not the intended recipient, or you believe that you have received this
communication in error, please notify us immediately by return e-mail and
promptly delete this e-mail including any attachments without reading or
saving them in any manner. Any other distribution, copying or disclosure is
prohibited and may be unlawful. We accept no responsibility for changes
made to this e-mail or to any attachments after transmission from our
office.

Takafumi Hoshino

unread,
Dec 29, 2014, 5:16:07 PM12/29/14
to suppor...@runmyprocess.com
Hi,

Every collection has 3 modes, TEST / ACCEPTANCE / LIVE.

If you have a CSV import or some kind of data creation process, you can run that in LIVE mode and data will be populated in the collection's LIVE mode.
Also if you have a backoffice project for the collection, you can open that in LIVE mode and add/edit/remove data to the LIVE mode.

If you wanted to copy from TEST to LIVE, we can do it for you as one time support assistance, or you can create such process yourself to do that on regular basis.

Best regards,

Taka


--
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/27d913fc-c0bc-4eca-9155-733dbb6337a1%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.



--
---------------------------------------------------
Taka Hoshino
Fujitsu RunMyProcess
Google Account: thos...@runmyprocess.com
<Sent from Gmail web client>

Prachi

unread,
Dec 30, 2014, 3:00:39 PM12/30/14
to suppor...@runmyprocess.com
Thank you Taka. I opened the backoffice in LIVE mode and added data to collection from there.

I have one more question. What is the best way to get all users under a particular role and populate it in a html dropdown list using javascript?

Thank you.

Takafumi Hoshino

unread,
Dec 30, 2014, 3:28:38 PM12/30/14
to suppor...@runmyprocess.com
Hi,

I you really mean ALL user, then you can make a role or entity and check "Allow everybody".
Every user on your account will be added to this role automatically, and will keep updating as users add/remove.

This will work only in TEST or LIVE mode.

Then you can retrieve this by HTTP GET request like this


It will be in XML format.

Best regards,

Taka


Prachi

unread,
Jan 7, 2015, 11:34:56 AM1/7/15
to suppor...@runmyprocess.com
Thanks Taka. I got the information in xml format.

I have created a dashboard to display reports specific to different users i.e user, manager, etc. Now I've got multiple reports on the same page, how can I display only the specific reports related to the user logged in and hide the rest? So person in Manager role can only see the reports specific to them. Right now every user can see all the reports, most of them are empty.

Also, I would like to display status from the process in the report column instead of the 'screen'. How can I achieve this?

Thanks!

Regards,
Prachi

Pankaj Kumar

unread,
Jan 8, 2015, 4:35:58 AM1/8/15
to suppor...@runmyprocess.com, Prachi
Hi Prachi,

For show/hide you can use the ${has_right('id_of_role')} method which return true/false based on the access given.

you can refer to link for the access control:
http://docs.runmyprocess.com/Developer_Guide/Rights/Access_Rights


or you can create a new project with the access only to "Manager" role and include the previous project and design the report which are only meant for the manager. In this way, manager reports/WI are only accessible to the manager role. And on DashBoard, you can show hide the icon based on the role.


Thanks & Regards,
Pankaj Kumar







Bidisha Das

unread,
Jan 8, 2015, 5:56:09 AM1/8/15
to suppor...@runmyprocess.com
Hi Prachi,


Thanks & Regards
Bidisha

Prachi

unread,
Jan 8, 2015, 9:38:21 AM1/8/15
to suppor...@runmyprocess.com
Thank you for your response Bidisha and Pankaj.

I followed the steps in your response in the link Bidisha. But, the 'status' column is empty in my report.

I assigned a dynamic name in my WI called ${status} and created a text input widget with variable name 'status'. In the process, I added variable 'status' with value 'Pending' under "Input variables". Is that correct? Then I added a measure called 'status' and its value ${status} and displayed that in the report.

Please let me know if I'm missing something.

Thank you for your help.

Prachi

Prachi

unread,
Jan 8, 2015, 10:04:27 AM1/8/15
to suppor...@runmyprocess.com
It's working now. Thanks!

Prachi

On Thursday, January 8, 2015 5:56:09 AM UTC-5, Bidisha Das wrote:
Reply all
Reply to author
Forward
0 new messages