Author Archives: potatoit

Grid Environment Consistency

Today I’m going to talk about something a little different. Grid Environment Consistency – have you ever been in the situation where you have other people messing^w errr…tweaking with the settings of the various grid applications leading to inconsistencies between … Continue reading

Posted in M3 / MoveX | Leave a comment

Installing a M3BE 15.1.2 Test Lab

This post is to run through the installation of a basic M3 15.1.2 environment. As with my previous documentation of the 10.1 installation – this is about achieving a few things Create a completely isolated environment that I can test … Continue reading

Posted in M3 / MoveX, Misc | 18 Comments

Launching Business Objects from Smart Office and Running a Script from a Script

As part of a project I am working on, we have got budget to purchase additional licences for our chosen reporting tool – Business Objects Edge. This means that we can move most of our Crystal Reports on to the … Continue reading

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

Purchase Order Receipting – Process Automation

Most of my posts have been around how to do things. Typically they are small scripts. Today I’ll discuss one of the projects I have been working on to demonstrate that scripting isn’t just for the quick and easy tasks … Continue reading

Posted in Development, M3 / MoveX | 2 Comments

M3 API Calls with the H5 Client

Like any kid with a new toy, I find it a little hard to resist having a play – so this evening I decided that I would expand my mind with research and experimentation… J I had a quick look … Continue reading

Posted in Development, H5 Client | 4 Comments

H5 Client Scripting – First Look

Infor provide the H5 client as a cross platform client to the M3 BE, recently I came across a document that provides a starting point for creating scripts like you do in Smart Office – this is a bit of … Continue reading

Posted in Uncategorized | 6 Comments

H5 Development Guide

I was checking through some documentation today and I stumbled across the H5 Dev Guide in the InforXtreme documentation portal. I had been told that it was going to be released by the end of November in 2014 but never … Continue reading

Posted in Development | Leave a comment

Unresolvable XAML references

Quite some time ago I posted an entry about error messages in Visual Studio like ‘The resource “styleListView” could not be resolved’ https://potatoit.wordpress.com/2013/08/26/the-resource-stylelistview-could-not-be-resolved/ In it I had a solution which worked and worked well – in short adding the dictionary … Continue reading

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

Adding Items to the Navigator Menu

During the course of removing the modifications from IFL I wanted a way to run some of the C# developments directly so I thought I’d do some investigation. Using the MenuExtensionService we can add new entries to the Navigator menu, … Continue reading

Posted in Development, M3 / MoveX | Leave a comment

Adding Columns to a ListView – when there are Editable Cells

This question has cropped up before and I thought that for convenience, I’d add a post as an anchor point. In the Smart Office blog from our friendly Smart Office developers in Sweden, we have a post which answers the … Continue reading

Posted in Development, M3 / MoveX | 16 Comments