- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
GL DataMigrat or. How do you import GL entries using DataMigrat or api?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-24-2011 10:11 AM
Is there a way to import GL entries using a GL api. The DataMigrator pdf describes a Journal
and GL Transactions. However they do not appear to be used to create GL entries.
I see staging tables for StgJournalHdr and StgJournalDetl tables, but I don’t know what api to use.
Solved! Go to Solution.
Re: GL DataMigrat or. How do you import GL entries using DataMigrat or api?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-25-2011 09:47 AM
There is an API for creating pending Journal transactions. Instructions for using it come with the SDK.
e2b teknologies, inc
www.e2btek.com
Re: GL DataMigrat or. How do you import GL entries using DataMigrat or api?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-08-2011 11:55 AM
Thanks for your reply.
After looking further into the SDK, I figured out that I needed GL Transactions and not Journals.
I created a stored procedure that called the API and had no problems.
Thanks again.


