Author Archives: potatoit

Upcoming Goodies

Well, I finally have work back to well, not normal but working…so that frees up brain cycles and weekends to see what else we can do with Smart Office. Upcoming topics that I intend to tackle: * Graphical breakdown of … Continue reading

Posted in Uncategorized | Leave a comment

Christchurch Earthquake

Nothing new I’m afraid as my home town has been hit be the second significant earthquake in the last 6 months and I’ve been caught up with the recovery of our business. The first quake in September was a 7.1 … Continue reading

Posted in Uncategorized | Leave a comment

Journal Importing From Excel & jscript Handling of Error Messages Part II

So, much of what I post here is a rough cut, experimental before sitting down and have the users test, but here’s some final code. For more details and background on the code, please see the previous incarnation. https://potatoit.wordpress.com/2011/01/23/journal-importing-jscript-handling-of-error-messages/ This … Continue reading

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

Using Visual Studio for Editing

Though the Script Tool in Smart Office is useful, however it is pretty cumbersome when you have more than a couple of pages of code. To that end I turned to Visual Studio 2010 – Visual Studio supports jscript however … Continue reading

Posted in Development | Leave a comment

Suggestions or Questions

Please feel free to ask questions, make suggestions on topics to look at.  Can’t make any promises I have an answer, but it is interesting to see the problems and approaches different people take. One of my next posting will … Continue reading

Posted in Uncategorized | 5 Comments

Some More Improvements to Resizing and Reclaiming Dead Space

In a previous posting I mentioned that we had a modification around MMS121 so we could simplify panel down for staff who use our forklifts. (https://potatoit.wordpress.com/2010/12/23/resizing-and-reclaiming-dead-space-part-2/), it did however turn out that some of the assumptions that I made meant … Continue reading

Posted in Development, M3 / MoveX | Leave a comment

Validating Bank Account Details – Cancelling the Save

For reasons that I am not going to go in to, oh wait, yeah I am 🙂 we needed to do some basic validation against back account details (CRS692/E) added in to M3. We store our supplier bank account numbers … Continue reading

Posted in Development, M3 / MoveX | 2 Comments

Journal Importing & jscript handling of Error Messages

Hold on to your seats, today I am going to talk about something that actually has a use. So our Accounting Manager worked in a company that had modified MoveX extensively and they had some nice functionality. One of these … Continue reading

Posted in Development, M3 / MoveX | 21 Comments

Excel & Populating Values in to Multi-Panel Sequences

So, I was wondering if it was possible to read values off an Excel spreadsheet and use those values to create an order and add an order line. In short – but of-course! 🙂 Though Smart Office provides functionality natively … Continue reading

Posted in Development, M3 / MoveX | 3 Comments

RequestCompleted

The RequestCompleted event is really quite nifty, it provides some quite useful events. The subscribed events has an argument with an object of RequestEventArgs, this has two very useful members. CommandType and CommandValue. CommandType is defined in the static object … Continue reading

Posted in Development, M3 / MoveX | 6 Comments