• How to show message from after save logichook in sugarcrm 7.9

    I have logichook aftersave, and in this I have send data to my api and based on api response I want to show message in SugarCRM 7.9. How can I achive this. I have think to replace logichook with endpoint but in create.js I did not get record_id. I have…