Custom Application creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:18 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 11:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 11:29 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 11:38 PM
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?