Hi, I want to know the platform from where the logic hook is being triggered to execute different code for different platforms.
Is there any way to get the current user's platform from the logic hook?
Hi, I want to know the platform from where the logic hook is being triggered to execute different code for different platforms.
Is there any way to get the current user's platform from the logic hook?
In the Sugar code you find:
$platform = empty($_SESSION['platform']) ? 'base' : $_SESSION['platform'];
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH
In the Sugar code you find:
$platform = empty($_SESSION['platform']) ? 'base' : $_SESSION['platform'];
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH