ServiceNow Development Use Case Questions

Sagar_pawar
Tera Contributor

Hello All,

I am new in ServiceNow Development for my practice if anyone has use case questions so please share them with me.

It will be beneficial for me.

Thank You.

3 REPLIES 3

satyam SINGH2
Tera Contributor

Q-  when u submit a catalogue item and a meeting has been scheduled on Outlook between the sender and your mail id, the date and time should be already captured in the variables "Meeting Start Time" and "Meeting End Time" in the catalogue item.

Community Alums
Not applicable

Hi @Sagar_pawar 

 

The use case is on the Date and Time functionality. 

 

When someone is entering the Planned start date field - then, the system should not allow any future dates less than 7 days, excluding the weekends. If the date selected is less than 7 days, then a message should be displayed in the change form.  The system should allow only if the date selected is greater than 7 days, excluding the weekends.

 

Hint - you should use GlideDateTime(); API and schedule functionality to achieve it. 

 

Regards,

Gagan k

Abhijit4
Mega Sage

Below website contains scenario based question with answers, you can refer them for practice purpose.

 

ServiceNow Interview Buddy Website 

 

Please mark answer as Correct or Helpful based on impact.

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP