sugarcrm - Module access in Sugar CRM - difference (non-admin) between soap and web? -
we've custom rigging of sugar (using gwt various front end stuff), , use soap api of our querying (vs. directly db).
one of api calls check credentials get_available_modules, returns available modules given user. how user have access module in web interface, not via soap call (same session id?).
not entirely sure on question. want user hve access 1 set of modules web , set via soap? or there difference on setup?
first off, there should not difference between user's available modules on web , soap calls.
if want different set each access method, need change e.g. "get_available_modules" in soap web service. 1 crude approch make override array in config_override.php abd check against array in soap function.
Comments
Post a Comment