The CreatorCon Call for Content is officially open! Get started here.

How do I can create a Leave application using ServiceNow? For now I have knowledge on Admin part only.

vnippani
Kilo Contributor

I want to create the leave application for internal purpose as an exercise on ServiceNow. By using this Leave application people should able to send there leave request to their respective managers/Leads etc. Both ends should get automatic email notifications.

6 REPLIES 6

amaradiswamy
Kilo Sage

Hi Vikram,



To create any application first we need to create tables and then we have to write scripts, notifications etc.,



1. Create a table in which it should have user (refernce field) and from date and end date.



2. In notifications--> configure a notification on this new table to send a notification when any insert is made into table.



Thanks and regards


Swamy


Harneet Sital
Mega Sage
Mega Sage

Hi Vikram,



Your requirement needs a lot of work to be done.


1) First create a new application followed by creating new tables with applicable fields you want. This might help going ahead with creating applications and tables.


https://developer.servicenow.com/app.do#!/trainlist/app_store_learn_path_build_app_fuji_c_BuildingAn...



2) There should be couple of reference fields on your form where you can populate the manager/ process leads. Notifications can be configured once the end to end process is configured. This might help : Email Notifications - ServiceNow Wiki


Kiel Sanders
ServiceNow Employee
ServiceNow Employee

Hi Vikram (vnippani)



There are also prebuilt leave of absence templates delivered in the scoped and non-scoped HR applications.   You can use these as delivered or customize them to meet your needs.   The prebuilt leave process does not include notifications but you can easily add them using the System Notifications configuration that others have mentioned.




Kiel


Dave Smith1
ServiceNow Employee
ServiceNow Employee

If your question is more to do with "how do I build apps", you may want to look at our "App Creation" course.



However, it sounds like you want something that handles "holiday requests", right?   As others have mentioned, there are some apps that handle holiday/vacation requests already, so it may help to investigate those rather than roll your own.