I finished an import routine that imports bank transfers and creates a resulting ledger transaction batch. The final piece is the client wants this batch to automatically post.
Running SQL Profiler, I found what I think are the three stored procedures involved. These are:
1) DYNAMICS.dbo.zDP_SY00800SI
2) dbo.glpCreatePostingActivity
3) SCHLD.dbo.glpBatchCleanup
Will calling these three stored procedures be all that is needed?