`
JerryWang_SAP
  • 浏览: 1052565 次
  • 性别: Icon_minigender_1
  • 来自: 成都
文章分类
社区版块
存档分类
最新评论

Hybris Commerce Product字段名列表

阅读更多

我在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标签页里能查到:

0
0
分享到:
评论

相关推荐

    hybris commerce developer traning 1

    本段提供的内容是一份关于hybris Commerce Developer Training 1的培训课程大纲。hybris(现为SAP Commerce Cloud)是一个多渠道电子商务软件解决方案,它为商业机构提供了一个灵活的平台,以开展多渠道电子商务和...

    hybris-base-image:使用 ubuntu 的 Hybris Commerce Suite 基本映像

    hybris-base-image Hybris Commerce Suite 的基本映像,基于ubuntu:latest 。 可以开箱即用地用于基于 Hybris Commerce Suite >5.5 的项目。 请直接在阅读此文档。 否则链接可能不起作用。 上的是从 GitHub 源存储库...

    hybrisCommerceDeveloperTraini

    【标题】"hybris Commerce Developer Training" 是一个针对 hybris 平台的电商开发者培训课程。这个课程旨在帮助开发者深入理解 hybris Commerce 的核心概念、架构以及开发流程,以提升他们在电商领域的专业技能。 ...

    Hybris Platform Installation Guide

    本指南将详细解析如何安装与初始化 Hybris Commerce Suite 的过程,并且特别强调了如何在 HSQLDB 和 Hybris Server 上进行配置。这两个技术均已被预先配置并包含在安装包内。 #### 系统需求 在正式开始安装前,了解...

    Hybris omni commerce solution

    hybris is a leading omni-commerce solution with full features for PCM, OMS, and WCMS. It's built on Java and Spring Framework.

    hybris的搭建、使用、集成eclipse(中文版)

    4. **导入项目**: 在“Import”对话框中,选择“SAP Hybris Commerce Platform” -> “Existing SAP Hybris Platform Project”,导入Hybris项目。 5. **启动与调试**: 在Eclipse的“Run Configurations”中,新建...

    hybrisCommerceDeveloperTraining1.01Overview共26页.pdf.zip

    【标题】"hybris Commerce Developer Training 1.01 Overview 共26页" 是一个关于SAP hybris Commerce平台的开发者培训课程的概述。这个压缩包包含了26页的培训材料,旨在帮助IT专业人士深入理解hybris Commerce的...

    hybrisCommerceDeveloperTraining1.07Cache共10页.pdf.zip

    【标题】"hybris Commerce Developer Training 1.07 Cache 共10页" 提供的是关于hybris Commerce平台的开发者培训课程中的缓存管理部分的内容。Hybris Commerce是SAP公司的一款强大的电子商务解决方案,它提供了全面...

    hybrisCommerceDeveloperTraining1.08Service共25页.pdf.zip

    【标题】"hybris Commerce Developer Training 1.08 Service 共25页" 提供的是关于hybris Commerce平台服务开发的培训资料,这是一份详细的教程,旨在帮助开发者掌握在hybris平台上进行电商服务开发的技能。Hybris是...

    hybris入门手册_hybris

    第一部分"Core"将引导学习者了解hybris的基础组件和运行机制,而第二部分"Commerce"则会深入到具体的商业应用场景,帮助他们掌握如何利用hybris构建和运营电子商务平台。对于SAP认证考试的准备来说,这两部分都是不...

    hybris帮助文档

    2. **PIM(Product Information Management)**:用于集中管理商品信息,确保跨渠道一致性。 3. **OCC(Open Commerce Platform)**:基于Java的开放API和框架,允许开发者自定义和扩展平台功能。 4. **Cockpit**...

    数据校验框架在hybris中的使用

    Hybris的验证框架是基于JSR 303(Java Bean Validation)标准,允许开发者直接在模型的字段上添加注解来进行数据校验。这使得数据校验的实现更加简洁且易于理解。 2.1. Hybris验证框架特性 - 自动校验:在Hybris中...

    hybrisCommerceDeveloperTraining1.05ImpEx共24页.pdf.zip

    【标题】"hybrisCommerceDeveloperTraining1.05ImpEx共24页.pdf.zip" 提供的是一份关于 hybris Commerce 开发者培训的资料,其中涵盖了 ImpEx(Import Export)模块的内容。ImpEx 是 SAP hybris 平台的一个强大工具...

    SAP hybris电商实施和开发

    SAP hybris是SAP公司旗下一款成熟的电子商务解决方案,提供了包括B2C和B2B在内的全面电子商务解决方案。SAP hybris电商实施和开发的案例分享表明,该平台利用了模块化和服务导向架构(SOA),以此来快速响应业务需求...

    Hybris Trail学习指南_中文

    Hybris Trail学习指南是专为想要深入了解Hybris电子商务平台的人们设计的一份综合教程。Hybris,现已被SAP收购,是一款全球领先的多渠道商务解决方案,它提供了强大的B2B和B2C电子商务功能,以及集成的订单管理、...

Global site tag (gtag.js) - Google Analytics