create a new module

divvi_vamsi
Mega Expert

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

17 REPLIES 17

SanjivMeher
Kilo Patron
Kilo Patron

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.

sachin_namjoshi
Kilo Patron
Kilo Patron

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


But i dont see anything as create module checkbox while creating a table.



Thanks


Divya