how can i perform form validation in widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:55 AM
how can i perform form validation in widget(service portal)
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 02:58 AM
Hi,
Check this, May be helpful for you.
Thanks,
Dhananjay.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2020 04:25 AM
Hi,
Refer below link, might be helpful to you.
If my response helps you,make it correct and helpful.
Thanks
Bhagyashri Sorte.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2020 04:27 AM
You do not have to worry much about form validations in ServiceNow.
Mandatory checks are taken care by ServiceNow itself. However for other validations you can use angular directives e.g. *ngIf=variable.invalid / variable.dirty / variable.touched