How can I give access to different homepage for different users
Thanks and Regards
--
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/6e759362-697d-4a1e-ab25-e98fd5d89971%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
I would like to know if there exists an alternative function to default("").
Thanks
--
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/1473d3ee-f5d3-4d8d-93c9-bacbb82998c7%40runmyprocess.com.
The code which I am using is given:
<gsx:slno>${Orderarray.slNo[P_index]?default("")}</gsx:slno>
<gsx:devicetype>${Orderarray.device_type[P_index]?default("")}</gsx:devicetype>
<gsx:quantity>${Orderarray.quantity[P_index]?default("")}</gsx:quantity>
<gsx:unitprice>${Orderarray.unitprice[P_index]?default("")}</gsx:unitprice>
<gsx:taxrate>${Orderarray.taxrate[P_index]?default("")}</gsx:taxrate>
<gsx:totalbilling>${Orderarray.total[P_index]?default("")}</gsx:totalbilling>
<gsx:instcharges>${Orderarray.instlln_charges_device[P_index]?default("")}</gsx:instcharges>
<gsx:servicetaxrate>${Orderarray.service_tax_rate[P_index]?default("")}</gsx:servicetaxrate>
<gsx:totamt>${Orderarray.amount[P_index]?default("")}</gsx:totamt>
<gsx:subscriptionrate>${Orderarray.subscription_rate[P_index]?default("")}</gsx:subscriptionrate>
<gsx:subscriptiontax>${Orderarray.tax[P_index]?default("")}</gsx:subscriptiontax>
These values are used inside a loop with loop condition as ${Orderarray.slNo}
where Orderarray is the variable name of the array widget ans slNo is the variable name of the first column in the widget.
Thanks
Thanks
--
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/4ca5a2de-a775-449e-b7ce-81cfb5170d02%40runmyprocess.com.
Please do the need full as quick as possible.
Thanks