Skip to main content

Custom attributes

Application Attributes

The plug-in doesn’t expose any application attributes.

Component Attributes

These attributes are available in page designer for the dynamic action implementing the plug-in. Use these attributes to define the validation process.

AttributeDependent onTypeDescription
ValidationNot applicableCheckboxAvailable options:

- Force Execution on Server-side
- Show processing
- Custom Callback (Item)
- Custom Callback (Validation)
- Debounce mechanism
- Request
Custom Item CallbackValidation
* Custom Callback (Item) is checked
JavaScript CodeThe anonymous function that will be executed by the plug-in when the validation finishes for one APEX item
Custom Validation CallbackValidation
* Custom Callback (Validation) is checked
JavaScript CodeThe anonymous function that will be executed by the plug-in when the validation finishes for all items
Debounce timeValidation
* Debounce mechanism is checked
NumberNumber of milliseconds to wait before executing the plug-in method validating an item/column
RequestValidation
* Request is checked
TextRequest name so the plug-in will respect when button pressed condition and request related conditions