CoreBOSBB
Field Dependency BM in mobile interface - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Field Dependency BM in mobile interface (/showthread.php?tid=2447)



Field Dependency BM in mobile interface - radu - 11-04-2022

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


RE: Field Dependency BM in mobile interface - joebordes - 11-05-2022

Sadly, business maps are not supported in the mobile UI.


RE: Field Dependency BM in mobile interface - radu - 11-06-2022

Ok, good to know.

Thanks.