Best method of doing data entry

martincohn
Kilo Contributor

Have a requirement to let users input data into a table. Currently they enter the info in a spreadsheet and it gets emailed and imported into the ERP system.

Goal is to let them open a form in SNC (published in the Service Catalog?) and input the fields required for a payroll function, hit a button (hit enter?) and start the next row of data in the table. Eventually the data will be imported into our ERP system via an automated data feed.

Anyone doing something like this? and if so please provide some details. Don't want to reinvent the wheel if we don't have to.

Thanks in advance for your help,
Martin

3 REPLIES 3

gaidem
ServiceNow Employee
ServiceNow Employee

How about using an embedded list?
http://wiki.service-now.com/index.php?title=Legacy:List_v2_Plugin#Embedded_Lists


martincohn
Kilo Contributor

So I ran into another forum article while researching another topic (story of my life lately)...

Create new table
Create new form
Create new fields on form

Do data entry into the form (some tweaking still pending)

Can export via export to excel from the list view, and later integrate a feed to ERP.


I posted a method I'm attempting to use HERE if you need it to be in a catalog item like I do.