« enable_ldap/Another PQA Merge | Main | PQA Dynamic Lists »

AddListMember

  • Fixed bug in pqamerge so that it now properly adds new entries to dynamic lists

AddListMember

I was dynamically adding to Dynamic lists by calling SetFieldChoiceList. This allowed validate and commit to work and for the record to be added however it doesn't actually add to the Dynamic list! You can see this later by attempting to modify a record. It's dynamic list items will show in red and you will not be able to apply the changes because it will state that the value is not a valid choice of that dynamic list.

This is quite a surprise to me. I found that I need to call AddListMember to actually get this to add to the Dynamic list. This appears to be working so I need to redo the merge again.