How to Protect Against Ransomware: Six Steps to a Secure System

Here’s an article I wrote for improved security. http://blog.max4erp.com/manufacturing-insights/protect-against-ransomware-six-steps-to-a-secure-system   Everything you can image is connected to the internet. Your home security, car, phone and so many other devices. The world is going “Io-T” Internet of Things which is the term coined to describe the proliferation and expansion of devices that are connected to the internet….

Read More

Revised Capture Logins for Dynamics GP using SQL 2012

USE master GO IF OBJECT_ID (‘sp_hexadecimal’) IS NOT NULL DROP PROCEDURE sp_hexadecimal GO CREATE PROCEDURE sp_hexadecimal @binvalue varbinary(256), @hexvalue varchar (514) OUTPUT AS DECLARE @charvalue varchar (514) DECLARE @i int DECLARE @length int DECLARE @hexstring char(16) SELECT @charvalue = ‘0x’ SELECT @i = 1 SELECT @length = DATALENGTH (@binvalue) SELECT @hexstring = ‘0123456789ABCDEF’ WHILE (@i…

Read More

Exact MAX TNXCD_58 Field Exact MAX Training Work General Ledger Table I think you’ll find this data useful in trying to comprehend the actuality of the function that was introduced in 5.5.3. First the short answer, if TNXID_58 = 0 that means the entry cannot be tied to a single Transaction History entry.  For AP…

Read More

Setting up a Cycle Count Program in Exact MAX – Repost

Introduction Cycle counting is a crucial business discipline. It not only enables high-performance store operations, but also has a significant impact on supply-chain operations: Accurate data is foundational to retailer-supplier cooperation and collaboration On promotion, merchandising, & replenishment For inventory optimization (core-inventory initiatives and vendor-managed, and –assisted inventory programs) For better product development, improved order…

Read More