QuestionQ4
Extend the user experienceTelephone numbers for a company must have their values formatted with JavaScript on the OnChange event.
You need to create the JavaScript function.
Which three actions should you carry out, in sequence?
Drag & Drop
Use the getEventSource method to get the column name.
Use the getEventArgs method to get the column name.
Get the global context.
Get the execution context passed to the function.
Format and update the correct column.
Community Discussion