Hello,
I am using Sugarcrm version 6. From the Leads DetailView I am using a before_save logic hook whenever a Call is logged in the activities sub panel:
1. Call is being logged
2. retrieve leads.status
3. if leads.status == 'Assigned', update leads.status = 'In Process'
4. Save Call
What I'd like to do here is refresh the Leads DetailView to reflect the new status. What would be the best way to do this? I'm thinking I could change the hook to an after_save and then just refresh the page, but is there a better way to do this?
Thanks much!


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks