Blog2019-02-02T00:55:38-06:00

Unreserve inventory

August 20th, 2018|Categories: Dynamics AX, Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.x|

// Unreserves inventory static void unreserveInventTrans(Args _args) { InventTrans             inventTrans; InventDim               inventDim; InventDimParm           inventDimParm; ; setPrefix(funcName());   select firstOnly inventTrans where inventTrans.StatusIssue == StatusIssue::ReservPhysical join inventDim where inventDim.inventDimId == inventTrans.inventDimId && inventDim.inventBatchId == "M0139812";   if (inventTrans.RecID) { setPrefix(inventTrans.caption());   [...]

The Product variants form can only be opened for a product master

June 27th, 2018|Categories: Dynamics AX 2012|

When right-clicking > View Details on a Variant number you may receive the following message  "The Product variants form can only be opened for a product master."Call Stack     Data DictionaryTablesEcoResProductMasterMethodsgetProductMasterFromCaller   34     ClassesEcoResProductVariantsCompanyHelpernewFromFormRun       18     ClassesEcoResProductVariantsFormHelpernewFromFormRun          [...]

pfSense Firewall Error 501

April 21st, 2018|Categories: pfSense|

When setting up a new pfSense firewall via the web interface, if you change the ip address and/or device name while connected you may receive the following error: Error: 501 Description: An HTTP_REFERER was detected other than what is defined [...]

Installing Active Directory Part 2 – Dynamics 365 for Finance and Operations On-Premise at Home – 05

March 20th, 2018|Categories: Active Directory|

In the prior post we created the primary domain controller.  In this article we will configure Active Directory and add a second domain controller.In a later post we'll set up ADFS and Azure Active Directory (AAD)- both of which are [...]

Installing Active Directory Part 1 – Dynamics 365 for Finance and Operations On-Premise at Home – 04

March 17th, 2018|Categories: Active Directory|

One of the 'shared service' environment requirements for Dynamics 365 for Finance and Operations is an Active Directory domain.  There should never be just one Active Directory server, so we'll create two Windows Server 2016 virtual machines.  AX needs an [...]

Setting up iSCSI with Synology – Dynamics 365 for Finance and Operations On-Premise at Home – 02

March 11th, 2018|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), Home Lab, On-Premise, Synology|

Previous Post: Windows and Hyper-V Installation - Dynamics 365 for Finance and Operations On-Premise at Home - 01To support the number of VMs and possible environments I want to host I will be leveraging a network attached storage (NAS) device to [...]

Windows and Hyper-V Installation – Dynamics 365 for Finance and Operations On-Premise at Home – 01

March 9th, 2018|Categories: Dynamics 365 Finance, Supply Chain Mgmt (AX 7, 8, 10, Operations), Hyper-V, On-Premise|

Previous Post: Setting up Dynamics 365 for Finance and Operations- on-premise...at home!Setting up the ServerThe server arrived, it is time to get rolling!  I first jumped into the BIOS.  It is easier and better to configure things before the operating system [...]

Go to Top