Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.22 KB

AlertField.md

File metadata and controls

12 lines (8 loc) · 1.22 KB

AlertField

Properties

Name Type Description Notes
title string Field's title. Usually auto-generated to reflect field name and its filters
name string Field's name. Has the format `<view>.<field>` Refer to docs for more details
filter \Swagger\Client\Model\AlertFieldFilter[] (Optional / Advance Use) List of fields filter. This further restricts the alert to certain dashboard element's field values. This can be used on top of dashboard filters `applied_dashboard_filters`. To keep thing simple, it's suggested to just use dashboard filters. Example: `{ 'title': '12 Number on Hand', 'name': 'inventory_items.number_on_hand', 'filter': [{ 'field_name': 'inventory_items.id', 'field_value': 12, 'filter_value': null }] }` [optional]

[Back to Model list] [Back to API list] [Back to README]