• Custom api sugarcrm 8.0 not working

    The function of my code is, i want it to capitalize the initial letters of the field firstname and last name when they click the Upper name button. here's the code: <?php class UpperNameApi extends SugarApi { public function registerApiRest() { return…