Category Archives: Development

Business Engine Configuration Data – and CRS021 – Sorting Options

Β  How many of you have been stuck in that situation where you have to manage exported CMS005, CMS010, CMS015 configurations and you’ve struck that situation where you get a failure on the import of your configuration file?

Posted in Development, IONAPI, M3CE, powertools | Leave a comment

Send BOD to IMS

This is probably the longest time that I’ve had a post that I’ve started (in July) but haven’t finished…but it looks like we’ve finally made it πŸ™‚ Over the last 18 months there have been several times when I’ve wanted … Continue reading

Posted in Development, ION, IONAPI, M3CE, Misc | 3 Comments

EVS100 – Loading Data in to M3

For those of us that used to use MDIWS or other such tools, you’ll know that as of November 2020 certificate based authentication to the M3BE APIs was finally shutdown, this has put an end to several tools that people … Continue reading

Posted in Development, M3CE | 3 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

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