create a new module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 01:23 PM
I need to create a new module which asks for a new value from user and updates it in another table where the user wants to change/update a particular value.
for this i need to create a module and a form..can anyoone help with this.
Thanks
Divya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 01:28 PM
Hi Divya,
You can use Service Catalog for this instead of creating a new module. You can give them an interface using catalog and then the input to the respective table upon submission.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 01:29 PM
Please check below to create new module.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 01:30 PM
Hello Divya,
1. Create a custom table and fields per your requirement. While you create a table, please make sure you check create module checkbox to true.
2.Now create an AFTER business rule on the custom table to update the target table.
http://wiki.servicenow.com/index.php?title=Creating_a_Custom_Table
#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2017 03:21 PM
But i dont see anything as create module checkbox while creating a table.
Thanks
Divya