hybris impex 那点事

1.如何引用商品product 与日期类型数据 (红色部分)

 

# -----------------------------------------------------------------------
# [y] hybris Platform
#
# Copyright (c) 2017 SAP SE or an SAP affiliate company.  All rights reserved.
#
# This software is the confidential and proprietary information of SAP
# ("Confidential Information"). You shall not disclose such Confidential
# Information and shall use it only in accordance with the terms of the
# license agreement you entered into with SAP.
# -----------------------------------------------------------------------
$productCatalog=powertoolsProductCatalog
$productCatalogName=powertoolsProductCatalog

$catalogVersion=catalogversion(catalog(id[default=$productCatalog]),version[default='Online'])[unique=true,default=$productCatalog:Onlie]
$productCV=catalogVersion(catalog(id[default=$productCatalog]),version[default='Online'])[unique=true,default=$productCatalog:Online]


INSERT_UPDATE PurchaseRecord;recodCode[unique=true];supplier(uid)[unique=true];purchaseOrg[code];purchaseGroup;product(code,$productCV)[unique=true];price;priceUnit;startTime[dateformat=yyyy-M-d H:mm:ss];endTime[dateformat=yyyy-M-d H:mm:ss];orderUnit
;17753-D001-12;C002;D001;12;17753;88.88;ping;2018-1-23 00:00:00;2018-7-23 00:00:00;ping

    
                        
            

 

posted @ 2018-01-23 13:42  wahaha603  阅读(219)  评论(0编辑  收藏  举报