-1

, i am getting customer screen for walkin customer but i am not getting this screen for existing customer,please help me here is the if condition code

if (customerData[25].equalsIgnoreCase
                (Configuration.getParameter(ConfigSetting.CUSTOMER_EDIT_CRITERIA))  
                || iCalledfromSearch
                || (Configuration.getParameter(ConfigSetting.CUSTOMER_EDIT_CRITERIA))
                    .equalsIgnoreCase("NA") )

1 Answers1

0

Need to add one more condition as below (Configuration.getParameter(ConfigSetting.CUSTOMER_EDIT_CRITERIA)) .equalsIgnoreCase("Y") )