
I have a reference group in my 'ProjFundingSourceDetail' form representing the billing location of the customer. On selecting a value from the reference group, the detail address is shown in a text box. I need to add another reference group for shipping address that will work in a similar fashion. I have to show the options from a single data attribute named 'invoiceLocation'. I tried to add another reference group in the form pointing the same reference field (invoiceLocation). The problem is when i change the value of one of the reference group, both the values and their corresponding text boxes are changing. Have anyone faced a similar situation, or can anyone help me with how can i implement the scenario. Thanks in advance.
If both are bound to the same field, you can't expect them to have different values.
If you want to store two separate values, you need two fields.