The same points of SAP CRM WebClient UI and Hybris backoffice UI development

UI development of CRM WebClient and Hybris backoffice does not require developers to write native HTML code.

CRM WebClient UI

In the CRM WebUI workbench, developers need to write the following tags of these SAP packages:
The same points of SAP CRM WebClient UI and Hybris backoffice UI development

These tags can be found in transaction code SE80:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

Hybris backoffice UI

For example, I view the coupon list through the inverted L-shaped work center list on the left of the backoffice. This list is actually a tree, and the root node is Marketing.

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

The above interface is realized by defining the tag encapsulated by Hybris in the XML file, and the principle is similar to the CRM WebClient UI.

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

According to the comment on line 15, this development method can be understood as "Configuration-based development". Line 17 defines a control of type explorer-tree.

Line 19 defines the root node of marketing with navigation-node, and the id is the attribute of this node.

The Hybris wiki has detailed usage of these Hybris-packaged tags:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

Similarly, the following table contains 6 columns:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

The table is implemented with the tag listview. The following figure shows the corresponding definitions of the 6 columns:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

Simple search interface:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

The XML file shows that when Simple search is actually executed, the search is performed based on the two fields of couponId and name:

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

To get more original technical articles from Jerry, please follow the public account "Wang Zixi" or scan the QR code below:
The same points of SAP CRM WebClient UI and Hybris backoffice UI development

The same points of SAP CRM WebClient UI and Hybris backoffice UI development

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324595262&siteId=291194637