CoreBOSBB

Full Version: Field Dependency BM in mobile interface
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I noticed that Field Dependency business map is not respected in mobile interface. Is this correct or is it just my installation? Wink

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
Sadly, business maps are not supported in the mobile UI.
Ok, good to know.

Thanks.