Record
customer-data-attribute-metadata-interface
No description available.
record customer-data-attribute-metadata-interface {
attribute-code: string,
backend-type: string,
data-model: string,
frontend-class: string,
frontend-input: string,
frontend-label: string,
input-filter: string,
is-filterable-in-grid: option<bool>,
is-searchable-in-grid: option<bool>,
is-used-in-grid: option<bool>,
is-visible-in-grid: option<bool>,
multiline-count: s32,
note: string,
options: list<customer-data-option-interface>,
required: bool,
sort-order: s32,
store-label: string,
system: bool,
user-defined: bool,
validation-rules: list<customer-data-validation-rule-interface>,
visible: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| attribute-code | string | |
| backend-type | string | |
| data-model | string | |
| frontend-class | string | |
| frontend-input | string | |
| frontend-label | string | |
| input-filter | string | |
| is-filterable-in-grid | option<bool> | |
| is-searchable-in-grid | option<bool> | |
| is-used-in-grid | option<bool> | |
| is-visible-in-grid | option<bool> | |
| multiline-count | s32 | |
| note | string | |
| options | list<customer-data-option-interface> | |
| required | bool | |
| sort-order | s32 | |
| store-label | string | |
| system | bool | |
| user-defined | bool | |
| validation-rules | list<customer-data-validation-rule-interface> | |
| visible | bool |