CRM WebClient UI and the URL generation logic for heartbeat in the work of Hybris

Source: Internet
Author: User

CRM WebClient UI

The work center's navigation target is invisible to client side: not visible in chrome development tool, but after clicking Work center and calculating navigation in the background ABAP side Target

Hybris

Each item in the drop-down menu of this catalog corresponds to a URL, which is implemented in HTML with tag. This URL is visible on the client.

https://localhost:9002/yacceleratorstorefront/electronics/en/Open-Catalogue/Cameras/Digital-Cameras/Digital-Compacts/c/576

Where is this URL generated from?

The implementation of this catalog is in simplebannercomponent.jsp:

Take a look at the a tag on line 14th, which is the hyperlink that the last user sees in the browser. The value of its href comes from the JSP model's attribute Urllink (specified on line 5th).

The source of this field is in the Impex file, which is equivalent to part of sample data.

"\hybris\bin\ext-data\electronicsstore\resources\electronicsstore\import\sampledata\contentcatalogs\ Electronicscontentcatalog\cms-responsive-content.impex "

The value of this URL is added in the following area of the Impex file:


To get more original Jerry's technical articles, please follow the public number "Wang Zixi" or scan the QR code below:

CRM WebClient UI and the URL generation logic for heartbeat in the work of Hybris

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.