Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
unidentified user
InsUser
Posts: 7
Registered: 12-14-2010
0
Accepted Solution

GL DataMigrator. How do you import GL entries using DataMigrator api?

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.

Sage MAS Partner
LouDavis
Posts: 546
Registered: 10-29-2008
0

Re: GL DataMigrator. How do you import GL entries using DataMigrator api?

There is an API for creating pending Journal transactions.  Instructions for using it come with the SDK.

Louis Davis MCSD, MCAD, MCITP
e2b teknologies, inc
www.e2btek.com

unidentified user
InsUser
Posts: 7
Registered: 12-14-2010
0

Re: GL DataMigrator. How do you import GL entries using DataMigrator api?

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.