Best method of doing data entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 09:29 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 06:21 PM
How about using an embedded list?
http://wiki.service-now.com/index.php?title=Legacy:List_v2_Plugin#Embedded_Lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2011 12:40 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2011 07:51 AM
I posted a method I'm attempting to use HERE if you need it to be in a catalog item like I do.