Are you a SuiteCRM developer? Well experienced or game starter? Writing SQL code , logic hooks all the day? This blog going to save your bunch of hours every day!
Excited to learn about it? Yeah!
- Have a fun SQL e.g. “$account_sql = ‘select name from accounts where id =’XXXX”” Just get it by $my_account = outright_run_sql_one_row($account_sql);
- just type in $my_account[‘name’];
- Does not looks much fun , here we only started..
- You have to save something into account like $data_array[‘name’] =’Ashish’;
- simply call outright_save(‘Accounts’,$data_array).
- Wana send email to someone ?
- just put outright_send_email(“ashish@outrightcrm.com”,”my subject”,”My Email body”)
- Want to do a complete repair by script?
- just call outright_do_repair();
- want load_relationship between modules?
- outright_load_relationship($module1 , $module2)
Seems fun?
Just download outright_utils.zip package from our store. Link is at top right corner..
Additionaly you can download zip from my Git Account..
https://github.com/Ashish-Outright/outright_utils
Have fun in coding.