why i lose the value selected

324 views
Skip to first unread message

sergio...@gigas.com

unread,
Nov 28, 2017, 9:23:01 AM11/28/17
to Fujitsu RunMyProcess Developer Community
Hi

My project start with a initial web interface, in this interface the user select values in this two list. But in the next web interface i lose the values of the left list (i added a photo in this mail).

A greeting

Selección_092.png

Prachi Chandak

unread,
Nov 29, 2017, 1:21:55 AM11/29/17
to sergio...@gigas.com, Fujitsu RunMyProcess Developer Community
Hello Pinto,

Good to see you again.
According to your description there can be following possibilities. 
1. How you are keeping the track of this list parameters? 
2. Are you triggering any process after selecting values in list? If you have any process so the parameters name on WI and process should be matched so that you will get values into the process.
3. Are you trying to access the value of list in two different web interface? If yes, then there must be some connection between two WI via process or the list variables must be stored somewhere to access it on next WI.
Please provide details for this.

If above said any condition is not satisfied, then please share the screenshots of the web interface configuration,process (if there).

Thanks for contacting us.

Thanks & Regards,
Prachi Chandak
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+unsubscribe@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/215e2054-b8ed-49f3-8e0d-987e3d7eb890%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

sergio...@gigas.com

unread,
Nov 29, 2017, 5:17:02 AM11/29/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com
hi Prachi Chandak

Mi case its the third point, i need use a variable from the first web interface in other web interface, but i dont know to do that. I try to create a variable in the first web interface, for example:


RmpApplication.setVariable('tipoOferta', id_tipo_de_oferta.getSelectedLabel());

And after i try to use this variable (tipoOferta) in the second web interface, for example:

console.log(RMPApplication.get('tipoOferta'));

But in console only shows :


null
undefined


thank you for all

Ghanshyam Mule

unread,
Dec 4, 2017, 4:32:59 AM12/4/17
to suppor...@runmyprocess.com, sergio...@gigas.com
Hello Pinto,

As per your requirement, you are passing value of selected label from  list of  web_interface1 to web_interface2.  

In the web_ interface1 take a java script widget & write below given code

var selectedLabelValue=id_list.getSelectedLabel();

Similarly take another java script widget on web_interface2 & write below given code

var url = new URL(window.location.href);
var list_Label_Value = url.searchParams.get("selectedValue");

Thus you will get value of selectedLabelValue from list of web interface1 to web_interface2.

Hope this will help you.

regards,
Ghanshyam


--
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+unsubscribe@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/.

sergio...@gigas.com

unread,
Dec 4, 2017, 5:48:04 AM12/4/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com
Hello,

What you explain to me, I find very useful and maybe you can help me.
Explain me wrongly and I would like to know if I can pass parameters from one current screen to another current screen in the same web interface, of the type that I have captured in the image.

Thank you for all.

Selección_101.png

Prachi Chandak

unread,
Dec 4, 2017, 12:22:04 PM12/4/17
to sergio...@gigas.com, Fujitsu RunMyProcess Developer Community
Hi Pinto,

The previous solution given is for fetching the values from Web Interface 1 to Web Interface 2.
If you want to fetch values of one screen to another screen of same web interface then follow below guide lines.

1. To set field's value in another screen please take input parameter in process with as same as on web interface. (Refer screenshot process_configuration.jpg )
2. The name of fields on web interface and process should be same.

Please refer the screen shot in the attachment. Revert back if you need for assistance.

Thanks & Regards,
Prachi Chandak
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+unsubscribe@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/.
Launch Screen.JPG
Output.JPG
process_configuration.JPG
Screen 1.JPG

Prachi Chandak

unread,
Dec 7, 2017, 12:12:08 PM12/7/17
to sergio...@gigas.com, Fujitsu RunMyProcess Developer Community
Hello Pinto,

Could you please confirm the issue has been clarified?
Please contact us if you still face any issue.


Thanks & Regards,
Prachi Chandak
Fujitsu RunMyProcess Support

shraddhap...@gmail.com

unread,
Dec 11, 2017, 3:45:48 AM12/11/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com, suppor...@runmyprocess.com
Hi Pinto

Good Day.

Awaiting for your response.
Do feel free to contact us if you have any further queries.

Regards,
Shraddha Pangantiwar
RunMyProcess Support

Prachi Chandak

unread,
Dec 13, 2017, 3:35:13 PM12/13/17
to sergio...@gigas.com, Fujitsu RunMyProcess Developer Community
Hi Pinto,

Hope you would be able to resolve the issue.
We are awaiting for your feedback. Or else do we consider the issue has been resolved ?

Please feel free to write us for any further query.

Thanks & Regards,
Prachi Chandak
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+unsubscribe@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/.

sergio...@gigas.com

unread,
Dec 14, 2017, 2:38:22 AM12/14/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com
Hi,

Im working in that again, these days y work in other thing, sorry for no response

I feel again when i finish that, thank you for all

>
>
>
> Regards,
>
> Shraddha Pangantiwar
>
> 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.

sergio...@gigas.com

unread,
Dec 14, 2017, 3:02:53 AM12/14/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com

Hello, team

I have reviewed the problem this morning and following the directions you recommended and are good. But I have found that I have the following problem. In the first state of the web interface I have a list with several items. Attachment png so you can see the format of the list. The problem is that when I go from the process to the second screen of the web interface, what is selected in the list is lost. What I can do?

A greeting

Selección_170.png

Prachi Chandak

unread,
Dec 14, 2017, 3:29:08 PM12/14/17
to sergio...@gigas.com, Fujitsu RunMyProcess Developer Community
Hello,

Normally when we want any parameter from Web Interface into the process we just need to use same parameter  name in process as explained in last post.
If you still not able to trace the values, then please share the WI configurations and process configuration along with output on screen to cross-verify.

Please correct me if I misunderstood your reqirement.

Thanks & Regards,
Prachi Chandak
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+unsubscribe@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/.

sergio...@gigas.com

unread,
Dec 15, 2017, 2:34:31 AM12/15/17
to Fujitsu RunMyProcess Developer Community, sergio...@gigas.com
Hi team

I fix the problem, i change the sintaxis of the list.

A lot of thanks of all.

Reply all
Reply to author
Forward
0 new messages