Set value to a list widget column from an array widget filled dynamically

494 views
Skip to first unread message

com...@vaquerotrading.com

unread,
Apr 18, 2018, 7:26:35 PM4/18/18
to Fujitsu RunMyProcess Developer Community
Hi!

I have an array filled dynamically when press a button widget, the first row fill great with the data, but when add a new row I got an issue with the list column, this column its filled with a custom list but I need to set a value as selected.

Can you help me with this?

Cordially
Edgar Montoya

Array Data Filled Script.PNG
PS Array widget list.PNG

Shraddha Pangantiwar

unread,
Apr 21, 2018, 3:29:32 AM4/21/18
to Fujitsu RunMyProcess Developer Community, com...@vaquerotrading.com
Hi Edgar

Good day.

As per my understanding, you are populating data from collection into array and setting the list column accordingly.
Please correct me if I misunderstood.

Could you please share how you are configuring the list widget value.
Also it would be great if you elaborate your requirement more.

Best Regards
Shraddha Pangantiwar
Fujitsu RunMyProcess Support

Edgar Montoya

unread,
Apr 23, 2018, 1:29:37 PM4/23/18
to Shraddha Pangantiwar, Fujitsu RunMyProcess Developer Community
Hi Shraddha

I need to initialize the widget with some value of the list, but with different value

Cordially
Edgar Montoya
--
Edgar Montoya
IT Department Vaquero Trading

“Vaquero Trading is a registered trademark."
PS Array Widget list conf.PNG
PS Array Widget list settings.PNG

Edgar Montoya

unread,
Apr 25, 2018, 12:45:49 PM4/25/18
to Shraddha Pangantiwar, Fujitsu RunMyProcess Developer Community
Hi Shraddha
I need when press the Add Buttom and add a new row, the slide column from the new row of the array initialize with the value from the combo #1 as image attached to the combo #2 of the array as image attached.

Cordilly
Edgar Montoya

On Mon, Apr 23, 2018 at 11:29 AM, Edgar Montoya <com...@vaquerotrading.com> wrote:
Hi Shraddha

I need to initialize the widget with some value of the list, but with different value

Cordially
Edgar Montoya

On Sat, Apr 21, 2018 at 1:29 AM, Shraddha Pangantiwar <spanga...@runmyprocess.com> wrote:
Hi Edgar

Good day.

As per my understanding, you are populating data from collection into array and setting the list column accordingly.
Please correct me if I misunderstood.

Could you please share how you are configuring the list widget value.
Also it would be great if you elaborate your requirement more.

Best Regards
Shraddha Pangantiwar
Fujitsu RunMyProcess Support



--
Edgar Montoya
IT Department Vaquero Trading



--
Edgar Montoya
IT Department Vaquero Trading
PS Array widget specs.png

Pankaj Kumar

unread,
Apr 25, 2018, 11:25:10 PM4/25/18
to Fujitsu RunMyProcess Developer Community, Shraddha Pangantiwar
Hi,

I assume you are using "Slide" custom list in 1 drop-down and in array widget "Slide" column. One possibility can be 

RMPApplication.get("slide") is returning the value that is not exist in custom list "Slide".

Please try 

id_ps.id_pssl[i].setSelectedValue(id_drop_down.getSelectedValue());

Note:- id_drop_down is the id of the drop-down from which value is initialized in array widget column. also you can remove the line where you are using setSelectedLabel method.


Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support


“Vaquero Trading is a registered trademark."

--
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/CABzBod1nGEtPv%2Bnkf_Go94sL9mhpkLeu-UA49PiErukkn_uX4g%40mail.gmail.com.

Edgar Montoya

unread,
Apr 26, 2018, 11:03:38 AM4/26/18
to Fujitsu RunMyProcess Developer Community, Shraddha Pangantiwar
Hi Pankaj Kumar

I tried your suggested script but just work for the first row, for the next rows doesnt work.
This is my script for the added rows

id_ps.insertRow(count);
var i=parseInt(count);
id_ps.id_pssl[i].loadList();
id_ps.id_kind[i].setValue(cad+cl);
id_ps.id_pshd[i].setValue(hd.toString());
id_ps.id_pswt[i].setValue(prtw.toString());
id_ps.id_psaw[i].setValue(aw.toString());
id_ps.id_pspr[i].setValue(pr.toString());
//id_ps.id_pssl[i].setSelectedValue(RMPApplication.get("slide"));
id_ps.id_pssl[i].setSelectedValue(id_slide.getSelectedValue());  

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/M0O6_E7aJ58/unsubscribe.
To unsubscribe from this group and all its topics, 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/.



--
Edgar Montoya
IT Department Vaquero Trading

Edgar Montoya

unread,
May 4, 2018, 3:05:26 AM5/4/18
to Fujitsu RunMyProcess Developer Community, Shraddha Pangantiwar
Any suggestion?

Cordially
Edgar Montoya

--
Edgar Montoya
IT Department Vaquero Trading
“Vaquero Trading is a registered trademark."

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

--
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/M0O6_E7aJ58/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.



--
Edgar Montoya
IT Department Vaquero Trading

Pankaj Kumar

unread,
May 4, 2018, 5:31:05 AM5/4/18
to Fujitsu RunMyProcess Developer Community
Hi Edgar,

I am not able to reproduce your issue, it seems the issue is related to the value in variable "count", for testing purpose please execute this code:-

var count = id_ps .getRowsCount();
count= count -1;
id_ps.id_pssl[count].setSelectedValue( id_slide.getSelectedValue() );
count++;
id_ps .insertRow(count);

If you still face issue, kindly let me know your availability for screen-sharing session.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

--
Edgar Montoya
IT Department Vaquero Trading
“Vaquero Trading is a registered trademark."

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

--
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/M0O6_E7aJ58/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum+unsubscribe@runmyprocess.com.



--
Edgar Montoya
IT Department Vaquero Trading
Edgar Montoya
IT Department Vaquero Trading

“Vaquero Trading is a registered trademark."

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

Dipen Raval

unread,
May 7, 2018, 2:31:51 AM5/7/18
to Fujitsu RunMyProcess Developer Community
Hi Edgar,

Awaiting for your response to update the case.

Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support

Edgar Montoya

unread,
May 7, 2018, 12:22:32 PM5/7/18
to Fujitsu RunMyProcess Developer Community, dra...@runmyprocess.com, Pankaj Kumar
Hi!in te previous row

I already made the requested change, its assign the value in the previous row, the problem I'm having when adding a new row and assign the value that is in id_slide to the slide of the array, both widgets are filled with the same custom list, and as I mention the problem I have it when adding a new row, that same instruction its works with initial line.

Cordially
Edgar Montoya







--
Edgar Montoya
IT Department Vaquero Trading

com...@vaquerotrading.com

unread,
May 21, 2018, 2:06:14 PM5/21/18
to Fujitsu RunMyProcess Developer Community, com...@vaquerotrading.com

Any update?

pchandak

unread,
May 23, 2018, 8:10:31 AM5/23/18
to Fujitsu RunMyProcess Developer Community, com...@vaquerotrading.com
Hi Edgar,

Could we have hangout session to resolve the issue together?  
We are not able to replicate your issue. Please share your suitable time slot for hangout session.

Thanks & Regards,
Prachi

Edgar Montoya

unread,
May 23, 2018, 2:37:36 PM5/23/18
to pchandak, Fujitsu RunMyProcess Developer Community
Hi!

Yes you can.

Regards
--
Edgar Montoya
IT Department Vaquero Trading

com...@vaquerotrading.com

unread,
May 28, 2018, 2:02:40 PM5/28/18
to Fujitsu RunMyProcess Developer Community, pcha...@runmyprocess.com, com...@vaquerotrading.com
> “Vaquero Trading is a registered trademark."

Hi Prachi

When you need the hangout session?

Pankaj Kumar

unread,
May 28, 2018, 2:33:21 PM5/28/18
to Fujitsu RunMyProcess Developer Community, Prachi Chandak, com...@vaquerotrading.com
Hi Edgar,

Kindly share your available time on tomorrow 29/05/2018.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

On Mon, May 28, 2018 at 11:32 PM, <com...@vaquerotrading.com> wrote:
On Wednesday, 23 May 2018 12:37:36 UTC-6, Edgar Montoya  wrote:
> Hi!
>
>
> Yes you can.
>
>
> Regards
>
>
> On Wed, May 23, 2018 at 6:10 AM, pchandak <pcha...@runmyprocess.com> wrote:
>
>
> Hi Edgar,
>
>
>
> Could we have hangout session to resolve the issue together?  
> We are not able to replicate your issue. Please share your suitable time slot for hangout session.
>
>
> Thanks & Regards,
> Prachi
> On Thursday, April 19, 2018 at 4:56:35 AM UTC+5:30, com...@vaquerotrading.com wrote:Hi!
> I have an array filled dynamically when press a button widget, the first row fill great with the data, but when add a new row I got an issue with the list column, this column its filled with a custom list but I need to set a value as selected.
> Can you help me with this?
> Cordially
> Edgar Montoya
>
>
>
>
>
> --
>
>
>
>
>
>
>
> Edgar Montoya
> IT Department | Vaquero Trading
> “Vaquero Trading is a registered trademark."

Hi Prachi

When you need the hangout session?

--

“Vaquero Trading is a registered trademark."

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

Edgar Montoya

unread,
May 28, 2018, 6:20:11 PM5/28/18
to Pankaj Kumar, Fujitsu RunMyProcess Developer Community, Prachi Chandak
Im available between 12:00 pm to 3:00 pm

Thanks

Pankaj Kumar

unread,
May 30, 2018, 2:04:48 PM5/30/18
to Edgar Montoya, Fujitsu RunMyProcess Developer Community, Prachi Chandak
Hi Edgar,

I have waited for you to join the call on hangout (Invitation was sent yesterday 29/05/208). Kindly let me know your availability with timezone. I will send new invitation for the same.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

Edgar Montoya

unread,
May 30, 2018, 2:08:24 PM5/30/18
to Pankaj Kumar, Fujitsu RunMyProcess Developer Community, Prachi Chandak
Sorry I have viewed today. Im ready for the hangout session

Pankaj Kumar

unread,
May 30, 2018, 2:18:33 PM5/30/18
to Edgar Montoya, Fujitsu RunMyProcess Developer Community, Prachi Chandak
Hi,

Please join meeting on below link:-

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

com...@vaquerotrading.com

unread,
Jun 20, 2018, 5:28:43 PM6/20/18
to Fujitsu RunMyProcess Developer Community, com...@vaquerotrading.com
On Wednesday, 18 April 2018 17:26:35 UTC-6, com...@vaquerotrading.com wrote:

Hi!

Any update?

Cordially
Edgar Montoya

Pankaj Kumar

unread,
Jul 9, 2018, 9:09:18 AM7/9/18
to Edgar Montoya, Fujitsu RunMyProcess Developer Community
Hi Edgar,

Extremely sorry for delay in response. Since there is change in policy of RunMyProcess Public Support community, We can not access your account without proper contract/agreement.

If you can give us simple steps so that we can reproduce this issue in our account, we can work on it in our account.

Also If you want to take our help please contact  RunMyProcess Sales team to purchase the hours of "professional support", once you have the contract/hours, RunMyProcess team will work on your account to resolve it and charge you for the hours spent.


Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

On Thu, Jun 28, 2018 at 4:24 AM, Edgar Montoya <com...@vaquerotrading.com> wrote:
Hi Pankaj

I'm writing to let you know that I already made the copies of the web interface as "Purchase Settlement2_Pankaj" and the composite API as Vendor Contracts2_Pankaj, but also to tell you that I will be available for the session until the day after tomorrow 30/06/2018.

Regards

Cordially
Edgar Montoya

On Wed, Jun 27, 2018 at 1:44 PM, Pankaj Kumar <pku...@runmyprocess.com> wrote:
Hi Edgar,

I apologize for the delay in this case.

I know you have set the credentials for me to check this issue however since this is a developed project I do not want to change any existing functionality. Requesting you to create a copy of this web-interface and let me know your available time for tomorrow 28/06/2018. I will take a session and using your system control, together we will debug the the issue and find the reason/solution of the issue.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support


Cordially
Edgar Montoya

--

“Vaquero Trading is a registered trademark."

--
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/.
--
Edgar Montoya
IT Department Vaquero Trading
Reply all
Reply to author
Forward
0 new messages