Servicenow begginer projects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 10:52 PM
Create something of use at our workplace
can anyone suggest me any application to build or any modules with the above condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 11:06 PM
Hi @lalithkumar
There are many use cases to explore. As a SN trainer, I always share this with my participants. Examples include:
-
Sports Hall Booking
-
Library Management
-
Car Parking Booking
-
School Admissions
-
Class Tests
You'll find numerous use cases in your everyday life, so pick something that resonates with you. Start by thinking from the customer’s perspective, then approach it as a Business Analyst, and finally as a Developer and Architect. This will help you understand how to begin and what to build.
Good luck, mate!
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 11:09 PM
Hello @lalithkumar
1. Add new members to existing assignment groups. The managers of these assignments groups can decide to approve/reject such requests.
2. Automation library: This custom table and form will have fields like:
Select the platform: Choices: ServiceNow and other automation platforms or you can pick some dummy ones
Select the Automation from the list: The choices to be based upon above field value … use onChange Client script
Description of the Automation: same as above
Scheduled job details associated with this Automation: same logic as above
Automation owner team: same logic as above
Automation KB article number: same logic as above.
Hope that helps!