Where is my Extender Detail Window in Extender 2013?


With Extender 2013, we have whole lot of surprises on how it got enhanced. One biggest enhancement/change to Extender is the way it treats Extender Detail Window (that is the name till previous version).

Previous version’s Detail Window definition looked as follows:

Snip20130321_3

 

Not any more… There is no such option called Detail Window. From now on, every window is called, well simply, a Window.

So where is the option to setup whether it’s a multiple row entry (grid) or not? Here it is:

Snip20130321_4

Just select option “Display scrolling grid” and you are good to go.

Clearly, eOne developers have done an immense cleanup work on Extender’s design. Overall, classification of Extender resources itself is now shrunken as follows:

Snip20130321_5   Snip20130321_6

Interesting changes; I have not gone thru’ all changes/enhancements yet. I will be posting more on all those interesting and critical changes.

So far, thumbs up to eOne Team, for their efforts.

VAIDY

Extender 2013 Has Arrived – Thanks eOne


Awesome news to me this afternoon…

eOne Solutions has released Extender 2013 for Dynamics GP 2013 today (late yesterday for some regions). Read their official blog post here: Extender Delivered.

Instructions on how to get the new version and license keys can be obtained from either your Partner or eOne directly. Shoot an email to them and they would be more than happy to guide you.

Let me continue with my customisations’ upgrade. Hectic times ahead.

VAIDY

RIP Google Reader: 10/21/2005 – 06/30/2013


You will forever remain my most favourite RSS reader.

I am searching for words to express my sadness after I read the news of Google retiring (i.e. killing) Google Reader. Let me just borrow the most important statements from that post and publish here:

We have just announced on the Official Google Blog that we will soon retire Google Reader (the actual date is July 1, 2013). We know Reader has a devoted following who will be very sad to see it go. We’re sad too.

There are two simple reasons for this: usage of Google Reader has declined, and as a company we’re pouring all of our energy into fewer products. We think that kind of focus will make for a better user experience.
Then what about that *devoted following*? Is it just a foolish bunch who had immense faith in Google Reader than even Google’s own management and team?
Google; you have rights to develop or kill your products. But trust me, you have lost that immensely devoted followers of your product. Soon enough, you would be pressing your own self-destruction button and get lost.
I’m deeply sad, to understate my mindset.
VAIDY

Extender For GP 2013 – Release Update


eOne Solutions has got an update on release dates of their products for Dynamics GP 2013, including Extender Standard and Enterprise.

Since I am one among those who wait for Extender Standard for GP 2013, the release date has been planned before March 8th, 2013.

Highly important post; read it and plan your schedule of implementation (upgrade/fresh) accordingly.

VAIDY

GP 2013 Home Page (Re)Design Horrors


Well, I could understand what you might think after reading the title of this post AND if you had read my previous post on GP 2013 Home Page Redesign.

I did admit that the redesign was kind of great for users. Ian Grieve had commented back with an important #FAIL factor of this redesign.

With that #FAIL factor, I just got one more to crib about. So lets list it:

  1. You cannot scroll within a frame. You MUST rely on mouse clicks(or a trackpad). You have no other option. (Thanks Ian, for your feedback with this point).
  2. If you ever want to realign the frames of a module (for instance Manufacturing), you can. But wait, that would stay ONLY TILL THAT SESSION IS ACTIVE. Once you log out from GP and log on back, your realignment is gone. Poof!!!

I am sure it is going to be highly irritating for users who rely mostly on GP home page.

And with that above statement, I now reverse my opinion on my first post.

VAIDY

Canada is Phasing Out Penny – How it affect GP Transactions?


Canada is so bold in phasing out Penny from its coinage. It is a very bold move. But how does it affect Microsoft Dynamics GP? How customers could adapt to this new situation?

Microsoft Dynamics GP Support team has answers to it. Read their post on their blog: Phasing out Penny in Canada.

Very informative and important post.

VAIDY

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