Disclaimer
The thoughts and opinions on the website don’t represent that of my current or former employers.
This site is an exploration of technology and may have content, factual errors and may not represent good, the best or current practice. :-)
Content on this site is purely used at your own risk.
-
Recent Posts
Archives
- January 2021
- December 2020
- November 2020
- July 2020
- May 2020
- September 2017
- August 2017
- June 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- September 2016
- July 2016
- June 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- December 2014
- November 2014
- October 2014
- July 2014
- June 2014
- January 2014
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- September 2012
- May 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
Categories
Meta
Category Archives: Development
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
Adding Fields to a Panel and the Customer Extension Table
I’m waiting for a database export when it occurred to me that I haven’t discussed the Customer Extension table which is really terrible as I’ve been using it for quite a while and it is awesome! The customer extension table … Continue reading
Posted in Development, M3 / MoveX
31 Comments
Extracting Data from M3 via the APIs
There are many ways to extract data from the APIs in M3, but often you need information that isn’t provided via the native APIs or the native APIs purely don’t exist for the table you want to query. But over … Continue reading
Posted in Development, M3 / MoveX, Misc
21 Comments
Simple Move Control Script
Here’s a quick and easy script to simply move a control on the panel, it takes the control name and new positions as the arguments.
Posted in Development, M3 / MoveX, Misc
2 Comments
Heads Up – Windows 10 Anniversary Update and Smart Office JScripts
Microsoft has recently started rolling out the Windows 10 Anniversary Update – which is great, however it does cause an issue with Smart Office and JScripts. Smart Office will download the .js from the server, it will go through some … Continue reading
Posted in Development, M3 / MoveX
6 Comments
MIRequest.Record.ToLogString
A while ago I was looking at standardising some of the debugging information applications I wrote would output, and on a reasonably regular basis I’d want to verify data my code was passing to APIs, especially if there was an … Continue reading
Posted in Development, M3 / MoveX
Leave a comment
Vanilla M3 – at last!
IFL have shed the shackles of modifications. We have been mod free for nearly two weeks with no issues.
Posted in Development, Misc
6 Comments
M3 UI Adapter 10.3 – Jscripts directory and personalisations have moved
I was at the M3 User Group biannual conference in Australia last month and I was told about an interesting change to how JScripts were handled. The comment was that under the new M3 UI Adapter, copying scripts in to … Continue reading
Posted in Development, M3 / MoveX
16 Comments
Adding Security to your Development
How do you secure the larger stand-alone developments that run within Smart Office? This is a question that I have had to ask on some developments. Because your development isn’t native M3 code you can’t secure it through the traditional SES400 or SES003 … Continue reading
Posted in Development
5 Comments