点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
对于这种范围分类要素类型,此代码始终在位置1处创建要素值。是否可以指定值位置0?
我正在使用分类API。 https://help.hybris.com/6.7.0/hcd/8b7a777486691014823afa6e0ed7bb61.html
FeatureList featureList = definitionService.getFeatures(product1);
最终功能feature = featureList.getFeatureByCode(" Classification/1.0/Measures_Volts.voltage_range");
println功能
分类AttributeUnitModel分类AttributeUnit =分类SystemService.getAttributeUnitForCode(version," pct");
feature.addValue(new FeatureValue(11,'',classificationAttributeUnit));
分类服务.setFeatures(product1,featureList);
modelService.saveAll(product1)
一周热门 更多>