Hello,
I'm having trouble with formatting a db read action condition. I have model ID enabled. I've tried numerous formats but here is the gist of the code I'm trying but can't get it right.
Here's some additional information:
Table Name in db read action: its_equip_location
Model ID: equipLoc
Debug info:
Thanks for your help.
I'm having trouble with formatting a db read action condition. I have model ID enabled. I've tried numerous formats but here is the gist of the code I'm trying but can't get it right.
<?php
return array('equipLoc.state_tag' => '$form->data['eastList']['state_tag']');
?>
Here's some additional information:
Table Name in db read action: its_equip_location
Model ID: equipLoc
Debug info:
Array
(
[cont] => lists
[ccname] => eastEquipList
[act] => edit
[gcb] => 1
[eastList] => Array
(
[its_equip_id] => 1
[state_tag] => J70141
[region_equip] => 1
[site_equip] => 1
[type] => Printer
[brand] => LEXMARK
[model] => Z52
[serial_no] => 9330415007
[memory] =>
[prod_key] =>
[purch_date] =>
[warr_date] =>
[surplus_date] =>
)
)
Thanks for your help.