Hi,
We have a requirement where we need to keep adding option in dropdown based on meta data we receive everyday. SO that user can select values through dropdown.
Can we have some Workfront API through which we can do so or any fusion module can keep on adding option dynamically into Dropdown.
Any help or suggestion is highly appreciated.
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
yes, this is fairly simple API call to make:
where parameterID is the ID of the field where you want to add new "option". Label and value are hopefully self-explanatory since they match 1:1 to what is visible in custom form editor.
Hope this helps
Views
Replies
Total Likes
yes, this is fairly simple API call to make:
where parameterID is the ID of the field where you want to add new "option". Label and value are hopefully self-explanatory since they match 1:1 to what is visible in custom form editor.
Hope this helps
Views
Replies
Total Likes
Hi Rafal,
Thanks you for your response . It worked for me.
Thanks alot
Views
Replies
Total Likes