Hi Everyone,
I have a module which is an add-on to the Sales Opportunity which interfaces another module of ours.
The issue we are having is that we need to show 2 fields from the other module when entering the data in this module.
We got 1 field working as follows: (in the _install.php)
array('name'=>'Serial No',
'type'=>'select',
'visible'=>true,
'extra'=>true,
'param'=>"module_ic::Serial No;::")
Now if we enter the Serial Number, we want it to immediately fetch the Item Description that is related to the serial number.
array('name'=>'Description',
'type'=>'select',
'visible'=>true,
'extra'=>true,
'param'=>"module_ic:?escription;::"),
We got it programmed so that when the serial number is added, it will automatically fill this field. However, we need this to respond faster than that and we need it to fill in as soon as the serial number is selected which I assume that javascript will need to be resolved.
I'm currently using 1.8.2 and using the Utils/RecordBrowser.
Note that I did looked at the EPESI wiki and could not find any documentation on how to get started using javascript with epesi.
Thanks,
jjjj12212
P.S. If Jasiek and Adam are still around, this old veteran says hi ;D