
You, Me and Dynamics GP
The premier information site for Microsoft Dynamics GP
30 September 2009
"Can't Choose this Document Error"

ISV's are a Pain in the Rear

The Microsoft Dynamics Advantage

Importing Transaction Distributions with IM

History of GP
[H.T. to Victoria Yudin]

Require PO Line Purchase Account

Send All Reports to Screen

Quit "Shaving the Bear" with Dynamics GP
[Admit it, you now have a burning need to know what "shaving the bear" means even though you could have cared less 60 seconds ago. H.T. to Seth Godin for the term]

My DynamicsWorld.co.uk Interview

29 September 2009
GP 10 Cross Year Budgets
Report Footers in Report Writer
28 September 2009
Customize Your Partnersource and Customersource Experience

Dynamics GP Macro Commands

Dynamics GP and Facebook

SP4 Joins AA

Next Check Number Skipping

Weekly Dynamic: Internet User Defined Fields
25 September 2009
Extender 10 SP4

Start GP with a default navigation page

Prices Not Required

Account Categories
24 September 2009
Weekly Review: Schedule Your Macros
You may have maintenance or reporting macros that you want to run when you're not logged in. I'm working on a set of prebuild maintenance macros for registered users to be available in the near future. As promised in the Macros weekly feature, to schedule a macro to run:
- Start GP, don't log in.
- At the Welcome window hit ALT-F8 to start recording. Name the macro and save it to a location where you can find it.
- Log in as you normally would. (The macro will record your password. You may want a separate, maintenance only login for automatic macros)
- After you are logged in, leave macro recorder running and either perform all the functions you want scheduled or run another macro that you've prebuilt that has all the functions you want. This second options adds increased flexibility. You can separate the scheduling macro from the macro used to perform maintenance.
- When done, pick Tools->Macro->Stop Recording.
- Almost Done. Open the macro (mac) file in notepad. Remove the # DEXVERSION line. (This removes version specific info from the file and makes it more version generic so you don't get burned by a service pack)
- Add the line: Logging file 'macro.log' to the top of macro. (This turns off macro dialog boxes)
To fire this macro off you need 3 pieces. The dynamics.exe location, dynamics.set location and the macro location. The line to run your macro from a windows shortcut looks something like this:
"C:\Program Files\Microsoft Dynamics\GP\Dynamics.exe" "C:\Program Files\Microsoft Dynamics\GP\Dynamics.set" "C:\users\mpolino\Desktop\login.mac"
Quotes are required. Create a shortcut with these locations and use the windows scheduler to fire off the shortcut. After that your macros will run as scheduled. Any error dialogs are logged in the macro.log file. Now you can run those maintenance macros while you are at the beach!
Originally Posted by Mark 11/18/2005 01:03:00 PM
23 September 2009
Inventory - Change Valuation

22 September 2009
Customizing RDP

Backup, Backup, Backup

eConnect 10 sp4 Bug
Frank Looks at GP Shipping Methods Today
Visual Studio Tools Integration with GP Security

21 September 2009
Using the 50 Tips - Please Read
The 50 Tips presentations, (iSight and Convergence) available from DynamicAccounting.net are covered under a Creative Commons Attribution NonCommercial ShareAlike license. All of my website content is covered by this license and the notice is on every page with a right side bar.
In plain English this means that:
- You are free to use either presentation as is BUT you can't strip off my name or the I.B.I.S. name.
- You can't remove the title page and pass this presentation off as your own.
- You can't charge people to see this presentation.
I've talked to one partner who used the presentation with attribution and then transitioned into their own tips. That use is perfect and provided great results for the partner.
What is important to understand is that all of the details behind the tips point back to my websites anyway and the presentation is next to useless to end users without the details. The whole point is to do a fast presentation to get people thinking about features they don't use and then provide follow up information to fill in the missing pieces.
The next set of 50 Tips will go up on the website soon and I want to make them available to as many people as possible. The 50 tips presentation in its various forms has been downloaded more than 1,100 times. I'm thrilled that it's so popular that I have to worry about people misusing it. Let's not take away incentives for people to continue to create great content for the community.

Weekly Dynamic: Show Windows on Startup

18 September 2009
Overtime in GP

Tax Details, Tax Schedules, Taxing Your Patience

Cross Dictionary Development and Dynamics GP

IM.ini Settings
Nice job Mariano.

17 September 2009
Dynamics GP: Why Choose Anything Else?

Dex and Other Tools Now Available for SP4

Dynamics GP Strange Reference Codes

Imaging and Document Retention

Printing an AR Batch

More Simplified Sales Tax

GP Tips

Weekly Review: Advanced Macro Tips
We covered basic macro information over the last two weeks. This week we've got some advanced features.
1) Move macros from version to version.
Sometimes recorded macros won't run after an upgrade or a service pack. Open the macro file (.mac) in notepad and remove the top line. It will look something like this: # DEXVERSION=DEX 8.00m076 2 2 and indicates the version the macro was recorded in. Since many GP updates add features, rather than changing features this usually works fine.
2) Split up macros.
This was covered in last weeks Weekly Review
3) Allow access to limited areas.
This was more important in past versions but if a user needs to perform a single function behind the system password, you can create a macro that incorporates the password and allows them to perform the funtion. Other items behind the system password are normally not accessible because the password would be required again and the macro has hidden it from the user. BEWARE though, this puts the system password in an unencrypted text (.mac) file so you'll want to limit access to the macro file and track system activity. Also, if you change the system password, you break the macro.
4) Edit a macro by hand.
You can edit the macro (.mac) file with notepad. So if you have a long macro and you need to make a simple change (like a name or system password ;)) you can edit the file. I asked MBS support and developer types if there is a document outlining how the macro language works but I've been repeated told that nothing like that exists.
5) Step through the macro.
You can use the STEP (shift-f8) option to step through your macro one command at a time if you are having problems.
6) Macrotize your reports.
Report Scheduler and Report Groups are great but sometimes you need odd report settings (like yesterday). Remember that you can use macros to setup the report, let you enter the date and then finish printing.
7) Macrotize your maintenance.
Checklinks and Reconcile can both be run with macros. You can review the macro help file to even see how to autoschedule a macro. I'll probably cover it as well on a later post.
Originally Posted by Mark 11/09/2005 09:04:00 AM

14 September 2009
Dynamics GP VS Tools Performance Issue

Add Item in Dynamics GP P.O.'s

Dynamics GP and POSTNET Barcodes

New MSDynamicsWire

SQL View for Posted Payables Payments

Weekly Dynamic: Get More Process Monitor Information
Once the Support Debugging Tool is installed, Pick Debugger->Dex.ini settings and select the other tab. Check "Display More Info button on Process Monitor". Now when you run Process Monitor a new button marked more info appears with more information about the running processes including the ability to enable logging.









