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
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
You cannot post a GL Batch outside of GP, because the posting code is written in Dexterity. GP must be installed and running.
Thanks Tim and Almas,
Error:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'Application.Dynamics, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
The above error getting while debugging vstools sample application.
Could you tell me How to debug vstools sample application using Visual studio 2015?
Thanks
Vamsi.
I would save your time and look at using a pre-made solution such as PostMaster or similar.
Posting externally is not a simple undertaking, these applications have years on the market and provide a robust solution to you.
There is a VSTDGPProgrammersGuide.pdf, google it, download and read.
Thanks Almas,
Could you give me some sample for how to use VSTolls AddIn.
Thanks
Vamsi.
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.
Thanks Almas,
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.
Thanks
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.
Thanks Almas,
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.
Thanks
Vamsi.
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}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156