Hello,
I noticed that Field Dependency business map is not respected in mobile interface. Is this correct or is it just my installation?
I tried the following dependency(the goal was to clear of content the numeric field cf_1256 so the user don't have to delete those zeroes all the time) :
<dependency>
<field>cf_1256</field>
<condition>[{"groupid":"1",
"columnname":"cf_1256",
"comparator":"e",
"value":"0.00",
"columncondition":""}]
</condition>
<actions>
<change>
<field>cf_1256</field>
<value></value>
</change>
</actions>
</dependency>
Works in the normal interface but not in mobile
Thanks
I noticed that Field Dependency business map is not respected in mobile interface. Is this correct or is it just my installation?
I tried the following dependency(the goal was to clear of content the numeric field cf_1256 so the user don't have to delete those zeroes all the time) :
<dependency>
<field>cf_1256</field>
<condition>[{"groupid":"1",
"columnname":"cf_1256",
"comparator":"e",
"value":"0.00",
"columncondition":""}]
</condition>
<actions>
<change>
<field>cf_1256</field>
<value></value>
</change>
</actions>
</dependency>
Works in the normal interface but not in mobile
Thanks