suitecrm research , api , email , ready before deployemnt
Create a custom module of person type then create form. When the created custom module is populated when form is submitted then define a workflow which will automatically create relationship between contact and location module
add modules in spots
https://community.suitecrm.com/t/need-help-custom-spot-field/80388/2
to delete a module -- delete it from package loader
api - Since SuiteCRM version 7.10, a brand new v8 REST API is available.
field level access control --- https://community.suitecrm.com/t/field-level-access-control/58474/10
email --- https://www.youtube.com/watch?v=WE4qjlRDA8o
Read before deployment -
we can send emails to users with a system generated password and configure when then the system generated password expires ,, can also setup password strength
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
error_reporting(1);
Comments
Post a Comment