Action > SET_SELECTABLE_OPTIONS β
TIP
More about this subject here.
See details here: SINGLE-SELECT, MULTIPLE-SELECT... actions
- The
SET_SELECTABLE_OPTIONSaction allows to limit the options available to the user within the app.product-live.com application when editing a cell. - The
SET_SELECTABLE_OPTIONSaction does not allow to limit the options of a field or a classification which will be imported via the Data Factory tool (and more particularly the item import task). - When updating an item, if an option is proposed on a given field (more particularly from Data Factory), and that this one is not coherent (it is not part of the list of options allowed by the
SET_SELECTABLE_OPTIONSaction), then we indicate it in app.product-live.com interface that it is not consistent with a warning icon (in the same way as the archived options).
TIP
To limit options on a list SET_SELECTABLE_OPTIONS and at the same time apply a default value SET_TEXT, set first the default value rule (priority 1) and then the reduced list of options (priority 2). Otherwise there will be a warning on the grid. More details here #4616