If any hint text was supplied for the specified field it will be displayed.
Executed
Client-side only.
Arguments
Arguments | Type | Description |
---|---|---|
fieldName | String, required | The name of the field whose hint is to be shown |
Example
Added to a script button, this would display the hint for the field called "TEXT" when pressed.
function (helper) {
helper.showFieldHint("TEXT")
}
Last modified on March 06, 2020