How to have same value in two columns as you put value in first column?
Author: Yamini
Publication Date: 10/4/2019 14:44
Hi team,
I am typing value in Input box A, is there a possibility to have same value in input box B as I type?
How do I implement it using Rules?
Kindly help if this is possible.
Thanks in advance.
Tags: column, current dataset, datasource, edit, metadata, webedit
-
Author: mbergmann - 10/4/2019 19:37
Hi Yamini,
that should be quite simple:
<RULE>
<WITH>
<PROPERTY name="VALUE" source="nameOfInputA"/>
</WITH>
<DO>
<PROPERTY name="VALUE" source="nameOfInputB" />
</DO>
</RULE>Nevertheless, what’s the use case behind this requirement?
Regards,
Michael
0 -
Author: Yamini - 10/7/2019 6:57
Hi Michael,
Thanks for helping me out with setting the rule. the requirement was such that user would be entering values for german language and the same value should be reflected for english language too and if user wishes, he/she can change the values for eng language as well.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare