Update Custom Field choices via WI/API
Hi,
We have an external system that manages product batches that I'd like to sync with Wrike.
I have created a custom field for Batch Number, which is a single-select CF. I'd like to programmatically update the available choices within this CF via the API/WI. I can't see an easy way of doing this within WI so I'm wondering if this functionality is available within the API?
I hope someone can help!
Cheers,
Phil
Hey Phil Taylor. Thank you for posting this. We can wait for community members to share their ideas. Otherwise, please let me know if you would like me to connect you with our Support team experts. Thank you! 👍🏽
Basudha Sakshyarika Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Basudha Sakshyarika Wrike Team member Become a Wrike expert with Wrike Discover
Hi Phil Taylor
The Wrike API on custom field does support updating of the options for the CF.
https://developers.wrike.com/api/v4/custom-fields/#modify-custom-field
Look at the Request schema, under the settings, there's either values or options that you can use to update your CF dropdown selections.
Thank you ChoongSeng Chen! I didn't realise there was a whole unexplored world under the Settings dropdown!