--
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 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/17b4a471-e668-4acd-9777-fcaa29309ecf%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 "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/iuTSiSEfV2k/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/CAKe05xCf966%3Dpij_BXggLnvOntCDZNB349DLMRo4pAHeFt2Qrw%40mail.gmail.com.
RegardsI was trying something with the auto complete feature but at a time only one approver for that is being fetched. can you tell me how to achieve what i am asking for ?Hi Murali,Adding to my previous mail,there are multiple approvers for a range for example 10000, now the issue is suppose user input 9000 only in the amount, then how to match and compare with the collection value,
On Mon, May 11, 2015 at 9:40 AM, Somjit Banerjee <banerjee...@gmail.com> wrote:
RegardsHi Murali,For the first scenario as you said to compare the values with the collection,from the text input can please explain it to me briefly...
On Sun, May 10, 2015 at 4:34 PM, Muralikrishna Kummaragunta <mkummaragunta@runmyprocess.com> wrote:
//JavascriptInclude js widget that listens to Amount Range and Populate the Approver.Custom List :Amount Range - ApproverAlternately, you can define the amount range, approver in custom list and use them in your web interface if at all the Amount range, Approver are consistent. See Attached.Similarly, define collection values with an upper limit say(10000,20000 etc.) and can compare with input number and fetch the Approver name.The best way could be give complete number like 52000.Hi Somjit,As you mentioned that the text box is of number type and hence input of 52k is invalid, seems contradictory.id_approver.setValue(id_claim_amount.getSelectedValue());Regards,Murali
On Sat, May 9, 2015 at 7:29 PM, <banerjee...@gmail.com> wrote:
Hi Team,
In my web interface there is a text box which takes only number as its input, now the condition is when the input is given, for example 52k and then i want this value should be matched with the collection column called amount, but the issue is, this amount column consist of range of values,i.e not a single value...for example the column in the collection consist of the values like 0k-55k, and beside this column there is an app-rover name list.
i.e for if the proposed amount is between 0k-55k then it's following approver will approve the ticket...
Can you please tell me what can i do to achieve this, or is there are any other way out to achieve it?
--
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 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/17b4a471-e668-4acd-9777-fcaa29309ecf%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
--
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/iuTSiSEfV2k/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 http://groups.google.com/a/runmyprocess.com/group/supportforum/.
Hi Somjit,
Please give us the sample of collection values and confirm whether you are using Number as input type.
Regards,
Murali
On Monday, May 11, 2015 at 9:53:11 AM UTC+5:30, Somjit Banerjee wrote:
RegardsI was trying something with the auto complete feature but at a time only one approver for that is being fetched. can you tell me how to achieve what i am asking for ?Hi Murali,Adding to my previous mail,there are multiple approvers for a range for example 10000, now the issue is suppose user input 9000 only in the amount, then how to match and compare with the collection value,
On Mon, May 11, 2015 at 9:40 AM, Somjit Banerjee <banerjee...@gmail.com> wrote:
RegardsHi Murali,For the first scenario as you said to compare the values with the collection,from the text input can please explain it to me briefly...
On Sun, May 10, 2015 at 4:34 PM, Muralikrishna Kummaragunta <mkumma...@runmyprocess.com> wrote:
//JavascriptInclude js widget that listens to Amount Range and Populate the Approver.Custom List :Amount Range - ApproverAlternately, you can define the amount range, approver in custom list and use them in your web interface if at all the Amount range, Approver are consistent. See Attached.Similarly, define collection values with an upper limit say(10000,20000 etc.) and can compare with input number and fetch the Approver name.The best way could be give complete number like 52000.Hi Somjit,As you mentioned that the text box is of number type and hence input of 52k is invalid, seems contradictory.id_approver.setValue(id_claim_amount.getSelectedValue());Regards,Murali
On Sat, May 9, 2015 at 7:29 PM, <banerjee...@gmail.com> wrote:
Hi Team,
In my web interface there is a text box which takes only number as its input, now the condition is when the input is given, for example 52k and then i want this value should be matched with the collection column called amount, but the issue is, this amount column consist of range of values,i.e not a single value...for example the column in the collection consist of the values like 0k-55k, and beside this column there is an app-rover name list.
i.e for if the proposed amount is between 0k-55k then it's following approver will approve the ticket...
Can you please tell me what can i do to achieve this, or is there are any other way out to achieve it?
--
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 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/17b4a471-e668-4acd-9777-fcaa29309ecf%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
--
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/iuTSiSEfV2k/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/CAHaHFoW9MgxMQwnFXU%2Bmo_VGtY%3DiA5fA77_CtsbcnoZ1moHWqg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAEibfQ8eFoCZ%3DdXugzhJVOHErrfP7h%2BDR1biUko%2ByLC41dg2YA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAHaHFoUjXyXZfk0z0Lm6Sw_jr30CY3cH-TgZCWw-itKnEdZqXQ%40mail.gmail.com.