Category Archives: M3 / MoveX

M3 / MoveX related posts

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

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

Filtering and ListViews – PositionFields

I have a project that I am working on which involves the need to set the ListView filter fields. Back when I was much younger and far more naïve 🙂 I would brute force my want to locate the control … Continue reading

Posted in Development, M3 / MoveX | Leave a comment

Bulk Load APIs in 13.4

Another heads up. In 13.4 a bulk load API was introduced – so instead of having to send single transactions in a REST call, we can send multiple transactions. KB: 1831472 “M3 Foundation Integration Guide for Developers” has an attached … Continue reading

Posted in Development, Interesting Infor Articles, M3 / MoveX, Misc | 2 Comments

IES – Search Queries De-mystified

Enterprise Search – the much lauded but often horribly misunderstood ‘google for M3’. I thought I had penned a post around IES and some fantastic information I had been provided via support by one of Infors staff when trying to … Continue reading

Posted in Interesting Infor Articles, M3 / MoveX, Misc | 3 Comments