Announcements
No record found.
Hi All,
Please help me on below thing.
Which procedure calling after clicking POST Button on Batch Entry form in Microsoft Dynamics GP application?
Thanks
Vamsi
*This post is locked for comments
Which Batch Entry? Sales , Purchase ??
You can do script log and check.
But I don't think you will have a single procedure for posting, there are steps of posting involve many procedures, functions and many temp tables involve. What exactly you are after?
Thanks Almas,
i would like to know GL batch posting.
I am new to the dynamics Gp, i don't know how to check script log, can you tell me what are the procedures need to call from c# to accomplish GL batch posting.
Dynamics.Procedures.PostGlBatch
But So many parameters are there for above specified procedure, where can i get values for these parameters in PostGlBatch procedures?
Parameters: in 'Batch Source' IN_Batch_Source; {Batch source of batch to be posted.} in 'Batch Number' IN_Batch_Number; {Batch number of batch to be posted.} in boolean IN_Report_Cancelled; {true=don't print posting journal.} in ‘Destination ID’ IN_DestinationID; {holds all report destination information.} in boolean IN_Auto_Post_Batch; {true=auto posting to gl from another module.} in 'Window Type' IN_Window_Type; {Window where batch got posted from: 1 = TRX_WINDOW; 2 = BATCH_WINDOW; 3 = SERIES_WINDOW; 4 = MASTER_WINDOW}
I have to call this Procedure from outside machine using c# application where Gp is not installed, is it possible? if possible give me some suggestion and also where can i get these parameters values Batch source, Batch Number and Destination Id from Dynamics GP 2015.
Vamsi.
The Batch Source, Batch ID and Destination parameters depend on user selection , which batch they want to post.
What do you mean by outside machine and external application, I assumed you are working on GP AddIn by using VSTools.
I need to call or execute a Dynamics.Procedures.PostGlBatch from web application which is developed by using c# language, it means User can able to enter batch number,batch id and Destination parameters values and then click button called Post Batch, after that it will display message PostGLBatch success or not, these are the things i need to do using web application?Could you plz Suggest me whether is it possible or not? if possible how to do otherwise is there any alternate way.
With my limited knowledge I don't think you can execute Post_GL_Batch from your web Application. Other ways are related to dexterity, do you have Dexterity expertise?
Also VSTools AddIn is an Option, you can go for it.
Could you give me some sample for how to use VSTolls AddIn.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Shravan Attelli 1