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-24-2024 01:45 AM
Relationship between tables are established if a table extends another table. For an example, request table is extended from task table which the base table in ServiceNow.
You can read about this from the official documentation :https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/table-admini...
Please mark this response as correct and helpful if it assisted you with your question.