Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Custom Application creation

Pooja Sonone
Tera Contributor

Hi All,

 

I have one requirement with the some creation of the below Please help me how to achieved this.

I have to Build a custom application  from scratch including at least two tables that should be connected to each other (i.e. Request table and RITM table are connected to each other ) and also that has Date validation on form.

Please suggest me any Use case for custom application or any Video that help me to achieved this requirement.

5 REPLIES 5

Amit Verma
Kilo Patron
Kilo Patron

Hi @Pooja Sonone 

 

You can make use of Guided Application Creator for this. Refer https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/guided-app-creato...

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

HI @Amit Verma,

 

Thanks for the response,

My use case is I have to show the relationship between table 1 and table 2 using some OOTB BR(relation ahi i.e  sc_req and sc_req_item = parent =child ).

 

and 2nd use case is I have to create a date validation on form previous data will not accepted while filling the form.

 

Please suggest to solve this use case.

@Pooja Sonone 

 

Below link will help you to solve the 2nd use case :

https://www.servicenow.com/community/developer-forum/how-to-restrict-past-date-selection/m-p/1437062

 

For your 1st use case, do you need to show parent-child relationship using a Business Rule as you have mentioned BR ? I am not able to understand this requirement much.


Please mark this response as correct and helpful if it assisted you with your question.

Hi @Amit Verma ,

 

yup

I have to create the relationship between table 1 and table 2 using some OOTB  functionality (relationsahip i.e  sc_req and sc_req_item = parent =child ).

 

How to create a relationship on this two tables?