There's a way to perform checks between CA model's inside a system configuration?
Summary:
System Configuration Models cross check
Content (required):
During configuration of a system configuration we should need to perform checks between Configurable Attributes related to different models. This is one of use cases, System Config A is composed by:
Model1 with CAx
Model2 with CAy
Model3 with CAt
Requirements could be:
- block users inside configuration if CAx is different from SUM(CAy CAt)
- if it's present Model1, I need to be sure that it's present inside System Configurationat least one model with CA = defined value.
Actually we're performing this check on Commerce side, so once that System Conf has been configured, but from UX side this constraint user to come back on Configuration, fix CA, save Configuration and back again on Commerce, wasting time.
0