Hybris Commerce Product字段名列表
发布日期:2021-06-30 14:04:59 浏览次数:2 分类:技术文章

本文共 1179 字,大约阅读时间需要 3 分钟。

我在Hybris Backoffice里搜索Product,返回两条记录

使用Flexible search在Hybris Administration Console里能得到同样的结果:

select * from {Product} where {code} = ‘cris03’

出于学习目的,我把这些字段依次整理罗列如下:

CREATEDTS: 这个产品创建的时间戳

MODIFIEDTS: 修改时间戳
TYPEPKSTRING: Hybris Product这个item type的唯一标识code,类型为字符串。

TypePKString represents the code of an item type. There is a unique code for each of the item types in your hybris system e.g. execute the flexible query, SELECT DISTINCT {item.itemType} FROM {Product as item} in hAC and it will give you the TypePKString of Product and all its child item types. You can validate the same by hovering the mouse over the rows representing Product or its child item types on Maintenance > Deployment page of hAC. I have also attached the screenshots for your quick reference.

Note: If you are interested to check the TypePKString of just Product, you should execute the flexible query, SELECT DISTINCT {item.itemType} FROM {Product! as item}.

因此,我搜索出来的两条记录的TYPEPKSTRING都相同,因为这两个来自staged和online catalog的实例,其类型都为Product.

这个值8796098297938,也可以在Hybris Administration comsole的Maintenance->Deployment菜单里查到:

PK:产品实例的主键。这个值在Backoffice product Administration标签页里能查到:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

转载地址:https://jerry.blog.csdn.net/article/details/103841840 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:ABAP的OPEN SQL和Hybris Commerce的Flexible Search简介
下一篇:如何免费申请用于开发目的的Hybris Commerce license

发表评论

最新留言

路过按个爪印,很不错,赞一个!
[***.219.124.196]2024年04月12日 19时56分28秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章