This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Hi,
I previously published an article on the blog on Keeping Word Templates in synch with Report Writer.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Hi,
I previously published an article on the blog on Keeping Word Templates in synch with Report Writer.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Hi,
I previously published an article about Debugging Word Templates on this blog.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
If you are working with a specific report in report writer, and you are also using a word template to print the report, one thing that you have to keep in mind is that the report writer fields have to be in synch with the content controls on the word template. If they are not in synch what happens is that nothing will print in the content control on the word template, not even XX’s. So you need to go through a process to get the report writer report synched up with the word template. Here is that process.
Continue reading
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
A common scenario that has been happening more and more is that a customer is trying to print out a word template just to the screen and the template won’t print. You will get a window called “Report Processing Status” and the report will be there and it will list a status of “In Progress” and it just won’t ever print. Another symptom of this issue is if you go to the Report Template Maintenance window and select a template and click Modify. You will get an error “File not found” and it will give the path to the template.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Recently, I have been looking a lot of Word Template cases – I’m the primary Escalation Engineer on that feature. Since Word Templates are new to GP 2010, I want to get some blog articles written on some of the common issues we are running into. So this will probably be a series of Word Template posts.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Recently, I have been getting a lot of customization requests for Safepay, specifically, adding information into the detail line in the safepay file. Safepay customizations like that are pretty much all the same thing, no matter what field you want to add, so I figured I would share my integration point and how to handle these types of customizations. I have done probably 4 or 5 of these in the last couple of months.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
Here is another post about an interesting support incident. I kind of like sharing these interesting cases with you in this format, so I think I will try to keep doing that. I hope you enjoy these cases.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
This blog post is about a Dexterity support incident that I recently had that ended up to be more difficult than I originally thought. This one should have been easy, when a chunk doesn’t merge, it’s usually always easy. Except this case. The background is the following.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
This blog post is about a difficult Visual Studio Tools for Microsoft Dynamics GP (VSTools) performance issue that I had on a citrix server environment. What I’m going to do is list the symptoms that I received in the case and then the troubleshooting that we did to narrow down the situation and the results of that. So what the case started with was the following:
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
The following is a situation that I have come across a couple of different times. What people want to do is set up a macro to run at night to generate their Safepay EFT file. They want to just set it up to run every night whether there are transactions to process or not.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
This particular situation has come up in a number of support incidents and I also run into this myself on occasion. The situation is that you have a cross dictionary procedure or function trigger on a script and one of the parameters is a third party table buffer.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
This is a quick and easy way to add items to the AutoComplete list for a field. I’m talking specifically about the AutoComplete property on a field.
This is a reposting of an article Dave Duesk originally wrote on my Developing for Dynamics GP blog.
This is really an extension of the blog article that David Musgrave wrote VBA – Welcome to Dynamics Example, but instead of using VBA to play the sound file, we are using Dexterity. The same method is called in the winmm.dll, but this is just the Dexterity way to do it. I didn’t include trigger information on this because you could really put this anywhere.
This is a reposting of an article Dave Duesk originally wrote on my Developing for Dynamics GP blog.
This article is a result of a couple of recent support incidents where developers would like to read a config from from a Visual Studio Tools (VSTools) addin. VSTools is a special situation because for one, it is a dll, not an exe, and second it only runs if GP is running. VSTools can automatically access the dynamics.exe.config file, steps on how to do that are outlined in KB Article 933930 (Not available). The KB is for 9.0 and references the Dynamics.config file, but it also works for the Dynamics.exe.config on 10.0.
This is a reposting of an article Dave Dusek originally wrote on my Developing for Dynamics GP blog.
A common situation that can happen when coding with Dexterity is an error that you attempted to use the old()/diff() function from a field that doesn’t have focus. The exact error message is as follows:
Unhandled Script Exception: Attempt to use old()/diff() from a field that does not have focus.