Initialization Option Author API

show

Controls whether the "find Items" button is shown in the Activity editor view.

You would want to use this to hide the Item search functionality when editing an Activity.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "item_search": {
                "show": false
            }
        }
    }
};

Values

Request object key config.activity_edit.item_search.show

Default: true

Type boolean

Was this article helpful?