Hi There,
We would like to implement the below functionality Upon creation/edition of any record in any of the module (name for example : PS) :
a calendar invite sends to the Contact's primary email address.
Calendar Appointment Subject/Title…
I have a SugarCRM integration. It has the following line in the code
$beanToSync = BeanFactory::getBean($moduleToCheck, $beanToSync->id);
In $moduleToCheck the module 'Leads' is passed and $beanToSync->id have an ID of an existing Lead in SUgarCRM…
Hi,
I am using ajax call in hbs template to call custom api onchange of specific dropdown. It's working fine for admin user but not working for normal user, It's showing 302 response on api call.
Below is the response i am getting on onchange of…