Hello everyone!
Previously on my codes, I working with the local files and local directories using some like this:
$function['mkdir'] = mkdir; $function['fopen'] = fopen; $function['unlink'] = unlink; ...
$function['mkdir'](<new_directory_path>…
I have an Use Case where :
1. There is one checkbox in Account Module which should get enable or visible only when :
a. Account Inofrmation is saved successfully without any error and this account should have atleat one Address and atleast one case…
I have gone through many questions and posts but i didn't find the solution for sugar 10.3 (Enterprise Edition)
class save_customer { /* *$bean : *$event : *$arguments : */ function save_customer($bean, $event, $arguments) {
//Check If Customer ID…