Skip to Content
Author's profile photo Bejoy Jacob K

Using Model Rule Editor to create custom rules in SAP Hybris Cloud for Customer

This is a Beta Feature developed in 1608


Lets take an example business scenario “For Opportunities with value greater than 20 Million, User should read the Terms and Conditions and Accept the Same and Additional Fields should be made available like Executive Sponsor Name”


The video explains how this use case can be achieved.  Please refer the Video Introduction to SAP Hybris Cloud for Customer Rule Editor to understand How to use the Rule Editor.


Assigned Tags

      12 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi,

      I checked it in 2 tenants upgraded to 1608, and in master layout mode, on custom fields I do not see this link to Rule.

      Should I turn on anything to have it?

      Author's profile photo Ankan Banerjee
      Ankan Banerjee

      This feature is Beta in 1608, hence if you want to try it in your test tenant, you need to raise an incident requesting SAP to enable this functionality.

      Author's profile photo Former Member
      Former Member

      Thx, do anybody knows when it will be officially released?

      Author's profile photo Bejoy Jacob K
      Bejoy Jacob K
      Blog Post Author

      Hi Radek,

      This feature will be GA in 1611

      Author's profile photo Former Member
      Former Member

      Hi, can you please share any possible impact on system when this option activated? anything you know.

      Author's profile photo Bejoy Jacob K
      Bejoy Jacob K
      Blog Post Author

      Are you referring to Performance impacts?

      Author's profile photo Former Member
      Former Member

      Hi,

      all that are known. So performance is the one I understand. Any others? So what should we know before activating it.

      Author's profile photo Bejoy Jacob K
      Bejoy Jacob K
      Blog Post Author

      Hi Radek,

      So performance is pretty fast for the Model conditions. Since these are client only rules the performance for 1 rule will come to around 1milli second. Few limitations may be :

      > Currently the rules cannot be assigned to enterprise search

      > Checks like Business user or Sales Org are not available in this release (planned)

      > Checks for Child objects are not currently available e.g: check the number of contacts of an account (planned)

      Author's profile photo Ankan Banerjee
      Ankan Banerjee

      There is no impact on the system - the feature is part of page layout capabilities and as pointed out by Bejoy, runs completely on the client side (browser/app).

      Author's profile photo Suman Pattnaik
      Suman Pattnaik

      Hi Ankan,

      Can you point out a document on this from a developers side?

       

      Best Regards,

      Suman Pattnaik

      Author's profile photo Michael Kremser
      Michael Kremser

      Hi Ankan,

      i don’t understand the custom rule.

      I would like to set the property of a street name to uppercase. The “code” is:

      TOUPPER(Root.CurrentDefaultAddress.StreetName)

      The preview shows me the value in uppercase but in the end nothing changed.

      The description of the uppercase function says: “This function should convert to uppercase”.

      Is that not possible or a bug in SAP C4C?

      Regards,
      Mike

       

      Author's profile photo Bejoy Jacob K
      Bejoy Jacob K
      Blog Post Author

      Hi Michael,

      The property you can change are Read-only, Mandatory, Visible. The functions like TOUPPER() is used to convert the value string to upper case and comparison.  The functions will not effect the value of the fields.

      Regards,
      Bejoy