This is a job I had in my kitty. Thought I just blog it before I lose it. It imports custom dimensions. I had to write one up Code: static void naxax_importCustomDimensions( Args _args) { //dialog AsciiIO asciiIO; Filename filename; NoYesId skipFirstLine; Container line; Dialog dialog; DialogField dialogFileName, dialogSkipFirstLine, dialogCountryRegionId; //values DimensionFinancialTag dimensionFinancialTag; DimensionAttribute dimensionAttribute; DimensionAttributeValue dimensionAttributeValue; RefRecId categoryRecid; Name name; DimensionValue dimValue; Description description; dialog = new Dialog ( "Import custom dimension values" ); dialogFileName ...
All things Microsoft Dynamics 365 Finance and Operations