|  22.04.2015, 14:11 | #1 | 
| Участник | bojensen: Creating Product Master with configuration and it’s variant, then releasing it 
			
			Источник: http://blogs.bojensen.eu/2015/04/22/...-releasing-it/ ============== Here is an example I found on GitHub on how to create a new Product Master with variants and then release it in AX2012. static void CreateProduct(Args _args) { EcoResProductMasterManager manager = EcoResProductMasterManager::construct(); recId productMasterRecId; EcoResDistinctProductVariant productVariant; EcoResProductVariantCreationMgr productVariantCreationMgr = new EcoResProductVariantCreationMgr(); container productVariantContainer; EcoResProductVariantDimValue productVariantDimValue; EcoResTmpProductVariantSuggestion productVariantSuggestion; EcoResProductDimGroupSetup productDimGroupSetup = EcoResProductDimGroupSetup::construct(); EcoResProductMasterConfiguration productMasterConfiguration; EcoResConfiguration… Read more → Источник: http://blogs.bojensen.eu/2015/04/22/...-releasing-it/ 
				__________________ Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. | 
|  |