on 2019 Aug 22 1:23 PM
We have the category model modified to have Attributes A, B
In category create wizard, we have to have a logic where in based on value selected of ENUM attribute A, we have to filter attribute supercategories based on a particular value of attribute B. The value to be filtered on is defined in the local/project property file for selected value of A.
How can we access the property file value in the editor area referencesearch editor parameter value
<wz:property id="supercategories" qualifier="newCategory.supercategories" readonly="false">
<wz:editor-parameter>
<wz:name>referenceSearchCondition_B</wz:name>
<wz:value>spring.getBean("configurationService").getConfiguration().getString({parentObject.getA().getCode()})</wz:value>
</wz:editor-parameter>
</wz:property>
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.