Skip to main content

2 docs tagged with "choices"

View all tags

ChoiceSet

Adds choices to a table field by creating a syschoiceset record. Use this API when the field is not owned by the current app — for example, a globally-defined field on an app-scoped table that extends a global table. For fields owned by the current app, define choices inline in the Table API instead.

ChoiceSet Guide

Guide for adding choices to table fields using the ChoiceSet API. Use this when your app needs to extend choices on a field it does not own — typically a globally-defined field inherited by an app-scoped table that extends a global table.