Author Archives: potatoit

The Case of MEC Processing 3 Messages Every 10 seconds

I got called in to take a look at a really odd situation where a project team encountered an issue where MEC would only process 3 messages every 10 seconds. Looking at MEC, they were completely right, I could see … Continue reading

Posted in FollowTheBreadCrumbs, M3CE, TheCaseOf, Troubleshooting | 1 Comment

M3CE

I’ve been pretty quiet for a while now but I felt it was time to dust off the wiki and share my thoughts about this brave new world… I’ve been working with M3CE as my focus for the last 20 … Continue reading

Posted in anecdote, M3CE | 5 Comments

Retrieving Grid Logs

As M3 has evolved it has become more complex. There are more components to monitor and though the grid has improved and provides easy ways to look at the logs there are a lot of logs to look at and … Continue reading

Posted in Development, M3 / MoveX, Misc | Leave a comment

How do you know if you’re in display or change mode?

Though there are usually ways around this, I often need to add additional fields to panels – then I need to determine if we are in display mode vs. change so I can prevent the user from making any changes. … Continue reading

Posted in Development, M3 / MoveX | 3 Comments

Smart Office – The username is not provided. Specify username in ClientCredentials.

As part of the removal of the modifications from IFL, I created a panel which allowed us to store and edit a number of settings through a custom panel called the “Vessel Panel” A nice and easy little C# program … Continue reading

Posted in Development, Misc | Leave a comment

Total Selected Rows – Jscript to Javascript – H5 Revisited

IFL has been running 13.4 for some months now, and given what’s not being said about Smart Office in a couple of the conferences earlier this year, I felt it was time to investigate migrating scripts to H5. Previously, I … Continue reading

Posted in Development, H5 Client, M3 / MoveX | 6 Comments

Mashups, SOAP WebServices and SAML

Many years ago I created a little Mashup that called a MWS SOAP WebService to return invoices for a supplier on a specific day. More recently IFL updated to 13.4, and as part of the 13.4 upgrade we moved to … Continue reading

Posted in Development, M3 / MoveX, Mashups, Webservices | 3 Comments

EventHub Monitoring

A few weeks ago I did a presentation at the Australia/New Zealand User Group meeting on the Gold Coast to really discuss that the M3 Grid Applications shouldn’t be as intimating as a lot of people find them, as part … Continue reading

Posted in M3 / MoveX, Monitoring | 3 Comments

XAML and JScript

Recently I did some work where we wanted to add a second ListView to a panel. We wanted to keep the ListView consistent with the look and feel of M3 ListViews but we were constrained with space on the panel, … Continue reading

Posted in Development, M3 / MoveX | Leave a comment

Dispatcher to Submit Keypresses from the Init() or Using Action() in JScripts

Over the years I’ve used a variety of methods to call things like PageDown from within my scripts, some more pretty than others. You would think that in the Init() you can just call controller.PageDown() and all is good in … Continue reading

Posted in Development, M3 / MoveX | Leave a comment