I am creating a custom constituent tab. I have been following Ryan’s Powerpoint presentation and it has been tremendously helpful. However, I have reached a roadblock.
I am trying to use dependent dropdowns in this manner:
· I have a custom LT_ table with several columns, including:
customer_no
id_key
question
answer
keyword_no
· The plan is that all columns in this table will be pre-populated EXCEPT answer.
· The intention is that the dependent dropdown will select from T_KWCODED_VALUE based on keyword_no in the custom table; then column answer in the custom table will be set to T_KWCODE_VALUE.id
· I have pre-populated my custom table with two rows and when I go into the custom tab I get prompted for keyword_no. I respond and the data displays fine and the dropdown works with the keyword_no I manually enter. The problem is that the second row never displays, and I shouldn’t have to enter the keyword_no.
Ideas??
Sharon Yates
Stratford Shakespeare Festival
It seems like the anser dropdow is not getting passed the keyword_no field. I would check the setup of the dropdown. I would double check the name and tag properties, and also the setting under the edit tab for the dropdown.
If you want to share the code I could take a look at it.