FormDynamicElements Choices
Hello,
I'm trying to pull Custom Attributes from a ticketing app in order to pass them into a Dynamic Form using the FormDynamicElements data component; I've got the fields mapped properly and the ones that are supposed to be dropdowns are, but I'm unable to find a way to populate dropdown/combobox choices. How can choices be passed into FormDynamicElements to populate a dynamic form?
Thanks for any insight.
-AVX
Answers (2)
I found the answer here: https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=160230
"In order to populate dropdown data, you would need to utilize "otherProperties". The "name" is "choices", specifically to populate choices and the value is your desired value. You don't really need multiple rows for choices, you could populate a list and have the list as the value to populate your dropdown choices"
Hello Amanda,
Had you already viewed this KB on configuring the behavior for Dynamic Forms? https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=141524
Sincerely,
Mark Sayers
Sr Support Consultant, CS
Yes, I have. Dynamically filling in the choices of comboboxes for fields that are manually set on a form (like in the KB shown) is simple enough, but when working with Dynamic Elements, there is no representation on the form to be able to set or reference. - Amanda X Thu 10/24/24 1:17 PM
"In order to populate dropdown data, you would need to utilize "otherProperties". The "name" is "choices", specifically to populate choices and the value is your desired value. You don't really need multiple rows for choices, you could populate a list and have the list as the value to populate your dropdown choices" - Amanda X Thu 10/24/24 1:57 PM