Caps Lock Reminder – For Microsoft Dynamics GP 2013


I had developed a small customisation module which would alert users while logging on to Dynamics GP with CapsLock key on. You can read more about it here: GP Login Form – Caps Lock Reminder Update.

That customisation was developed using Modifier with VBA. But with Dynamics GP 2013, much emphasis has been given to the new Web Client. Which means, all our VBA code logic won’t be supported by web client.

That said, I have now converted my code from VBA to VS Tools (using C#.Net as programming language). Those who are interested can download it FOR FREE from following link:

CapsLockMessage-12.0.0.1.dll

Instructions to use:

  1. Copy this DLL file and paste it on to GP AddIns folder (can be located inside GP 2013 application folder).
  2. Ask users to log out and log on back.
  3. If you do not need this tool anymore, just remove this DLL from AddIns folder, after all users log out.
  4. This can be used safely in production environment. This tool doesn’t interfere in any of your day-to-day transactional activities. The scope of this is restricted only to GP login form.

Your feedback is always welcome.

VAIDY

OLE Notes & GP 2013 Web Client – Mariano


It’s a bit hard to take it, but reality being the OLE Notes attachment feature won’t work on GP 2013 Web Client for current technical reasons.

Read his post here: OLE Notes and Microsoft Dynamics GP 2013 Web Client

That brings to us a new feature called Document Attachment in Dynamics GP 2013. This can be used instead of OLE Notes. It looks just perfect for me to start using it instead of OLE. Not just because of the incompatibility with web client, but also due to it’s robust features.

More can be read in my next post and also Mariano’s.

VAIDY

Dynamics GP Developer Insight – Web Client Window Ribbon – Part 2


With some examples, Rushi Patel explains us about how the Web Client ribbon is customized for our real time needs.

Read it here at Developing For Dynamics GP blog post: Dynamics GP Developer Insights – Web Client Window Ribbon Part 2.

I am more excited to get my hands on GP 2013 development after reading such posts. It’s going to be delightful.

VAIDY

Dynamics GP Developer Insight – Web Client Window Ribbon


Rushi Patel, from Microsoft Dynamics GP Team in Fargo, has started a new series of posts on Developing For Dynamics GP blog that would shed some light on upcoming Dynamics GP in terms of underlying technologies and how its developed.

First post, Web Client Window Ribbon Part 1, talks about default Ribbon Rules that are followed in developing the web client window ribbon.

Awesome posts ahead.

VAIDY

GP 2013 Web Client – More Insight From David


With more and more excitement being felt on GP 2013 Web Client, David gives us some more insight on this and more.

The post, Microsoft Convergence 2012 – GPPC Games and Web Client, explains the good things and also the limitations of Web Client in its first version.

This post, therefore, is very important for developers and consultants to gear up for this awesome client and understand what they must do to get the existing GP environments to work on the new release post upgrade.

Thanks David for the all important post. It was really crucial for us to understand.

VAIDY