Which THREE best practices should be followed when designing a custom widget in Service Portal? (Choose three.)
Correct: Client-side validation provides immediate feedback.
Why this answer
Implementing client-side validation improves user experience. Using spUtil for server calls ensures proper integration. Avoiding hard-coded strings supports internationalization.
Global variables are discouraged, and synchronous AJAX calls block the UI.