无法使用impex导入cmslinkComponents styleAttributes rel =" nofollow"

2020-09-25 05:49发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,大家好,Hybris有一个由styleAttributes(String)命名的区域,我想用impex将该区域设置为rel =" nofollow"。 我尝试转义'=',但没有。 其中一些(" rel = nofollow",'rel =" nofollow"',rel = \" nofollow)

如果您对此有所了解,请帮助我。 谢谢!!

注意:StyleAttributes接受rel,我可以在后台平台上添加此字符串

致谢

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,大家好,Hybris有一个由styleAttributes(String)命名的区域,我想用impex将该区域设置为rel =" nofollow"。 我尝试转义'=',但没有。 其中一些(" rel = nofollow",'rel =" nofollow"',rel = \" nofollow)

如果您对此有所了解,请帮助我。 谢谢!!

注意:StyleAttributes接受rel,我可以在后台平台上添加此字符串

致谢

付费偷看设置
发送
3条回答
追夢秋陽
1楼 · 2020-09-25 06:28.采纳回答

只需插入 rel =" nofollow"

,您就无需转义任何内容

例如 这应该工作

  UPDATE CMSLinkComponent; code [unique = true]; catalogVersion(catalog(id),version)[unique = true]; styleAttributes
  ; mycomponent; mycatalog:Staged; rel =" nofollow"
  

如果要用引号引起来(包括定界符,例如; ),则应通过将引号加倍来对引号进行转义。 最近在这里谈论过: https://answers.sap.com/questions/12767227/i-want-to-insert-a-semicolon-itself-a-value-for-on.html?childToView=12828751#comment-12828751

例如

  UPDATE CMSLinkComponent; code [unique = true]; catalogVersion(catalog(id),version)[unique = true]; styleAttributes
  ; mycomponent; mycatalog:Staged;" rel ="" nofollow"" style =""边框:1px固体石灰;颜色:鲑鱼;"""
  
Climb_Ma
2楼-- · 2020-09-25 06:31

嗨CelalÇağrı,

当您尝试通过hac导入时,是否可以显示错误消息?

谢谢。

hongfeng1314
3楼-- · 2020-09-25 06:10

INSERT_UPDATE CMSLinkComponent; catalogVersion(CatalogVersion.catalog(Catalog.id [default = idefixContentCatalog]),CatalogVersion.version [default = Staged])[default = idefixContentCatalog:Staged] [unique = true] ; uid [unique = true]; name; url;&linkRef;∁onentRef; target(code)[default ='sameWindow'] ;; category(code,catalogVersion(catalog(id [default = idefixProductCatalog]),version [default = 'Staged'])[unique = true,默认= idefixProductCatalog:Staged]);产品(代码,catalogVersion(catalog(id [default = idefixProductCatalog]),版本[default ='Staged'])[unique = true,默认= idefixProductCatalog:Staged]); styleAttributes",8796093187132 ,,,, column 10:无法解析'rel = \"" nofollow""'|栏10:无法解析值" rel = \"" nofollow""" 对于属性'product'" ;;; LoginLink; LoginLink;/cagri; LoginLink; LoginLink ;;;;"'rel = \"" nofollow""'";

一周热门 更多>