Lee Savidge Posted May 10 Share Posted May 10 The issue I have is for custom fields, reports, interactive reports, smart events/clicks/rules et al., I can export definitions which are XML scripts. I can put these into a custom package as per the instructions in this page https://developer.intacct.com/customization-services/customization-packages/ however, the process is very manual and prone to error. I wrote an application that can create these package scripts, but I am largely guessing at the structure by exporting the XML definitions and pasting the XML as classes into Visual Studio. On occasion I get an error when importing a package: Package does not conform with CustomERPPackage.xsd. XML Parse error: Error 1824: Element 'hidden': '' is not a valid value of the atomic type 'xs:boolean'.. Line: 157, column: 0. Please correct your package. #XL03000030 Although I can manually fix these problem relatively easily, I would be able to avoid all these errors if I was able to get hold of the XSD referenced in the error message. There can’t be any reason why this XSD wasn’t publicly available. Link to comment Share on other sites More sharing options...
Members Sterio, Louis Posted May 10 Members Share Posted May 10 Let me see if I can track this down, If I can we can get it documented. 1 Link to comment Share on other sites More sharing options...
Members Sterio, Louis Posted May 15 Members Share Posted May 15 @Lee Savidge We got this published to github for you. We will update our documentation in the coming weeks but here is a direct link: https://github.com/intacct/intacct_dtd/blob/master/customerp/CustomERPPackage.xsd 1 1 Link to comment Share on other sites More sharing options...
Lee Savidge Posted May 16 Author Share Posted May 16 @Sterio, Louis That's amazing! Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts