- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Importing Routings
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-15-2010 07:47 PM
Does anyone have any experience importing Routings either using DataPorter or the Data Import Manager module? I have a client just starting up a new company and we would like to avoid manually keying all the routings, if possible. Any feedback would be greatly appreciated.
Thanks, Robert
Solved! Go to Solution.
Re: Importing Routings
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-23-2010 01:55 PM
I have used both, and neither one is easy. Dataporter is slow and you have to break down the import into different screens. You can not import the entire Routing at once. You have to bring in the header record, then, once the header exists, you can bring in the Detail Lines. I have never been able to get it to work in one pass.
Data Import Manager is probably your best bet as it is faster and utilizes the standard API. It takes some work and trial and error to get the fields mapped, but once you get them, it runs fairly smooth.
One note for using Data Import Manager. As of 7.3 Feb release, there is an issue with the import. It does not calculate the effective pcs per hr properly. If you enter 100 pcs per hr and 100% effective, the import will still have 0 pcs per hr. You will need to correct in SQL.
update tmfroutdetl_hai
set EffectPcsHr = EffectPercent * PcsHr
Re: Importing Routings
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-23-2010 02:32 PM
Thank you!


