Facebook
From dsg, 2 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 258
  1. In the context of getting customer details and displaying the sections for update we have a code here where the service state value is populated using the data retreived from an AJAX call and we are setting it inside the service state value  we have another context of creating or adding a new customer - here when the service state value is actually selected from a dropdown so I need to replicate the same in the context of getting the customer detail and having it displayed and open to update I need the values for service state to be shown as drop down values with the current active value to be same as the one present from the data from the AJAX call  note: getSrviceStateDropDownValues() is used to populate the drop down values and we can use the same function If I'm not wrong