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.
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?
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.
Thx, do anybody knows when it will be officially released?
Hi Radek,
This feature will be GA in 1611
Hi, can you please share any possible impact on system when this option activated? anything you know.
Are you referring to Performance impacts?
Hi,
all that are known. So performance is the one I understand. Any others? So what should we know before activating it.
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)
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).
Hi Ankan,
Can you point out a document on this from a developers side?
Best Regards,
Suman Pattnaik
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
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