venerdì 3 gennaio 2014

HOWTO: Find reference for product variant for the current product master

// which has following product dimensions:
// configuration – 001
// size – XL
// color - Red

EcoResDistinctProductVariantRecId productVariantRecId;
container productDimensions = EcoResProductVariantDimValue::getDimensionValuesContainer(„001‟, „XL‟, „Red‟);

// find product variant surrogate key for product master and specified product dimensions

productVariantRecId = EcoResProductVariantExistMgr::findVariantByMasterAndDimensions(productMaster.RecId, productDimensions));

Nessun commento:

Posta un commento

AX 2012: The request was aborted: Could not create SSL/TLS secure channel

The error you're encountering, "The request was aborted: Could not create SSL/TLS secure channel," can occur due to various re...