ValidateSettings validates the current field value associated with the provided record.
(ctx context.Context, app App, record *Record)
| 107 | |
| 108 | // ValidateSettings validates the current field value associated with the provided record. |
| 109 | ValidateValue(ctx context.Context, app App, record *Record) error |
| 110 | |
| 111 | // ValidateSettings validates the current field settings. |
| 112 | ValidateSettings(ctx context.Context, app App, collection *Collection) error |
no outgoing calls