I would like to use AJAX to update the status of entries in SubPanel SugarCRM. Below is an image of the project management modules I'm working on.
In the image, you can get a better idea of ββwhat I would like to achieve. In the left column, I would like to add a new button that will allow the user to quickly mark the Project Task entry as complete. You can do this by changing the Status field on this entry to Complete.
I can figure out how to add a new button, but I'm not sure how to update the record status in this way. I can compute JavaScript to make an AJAX call and update the user interface, but I don't know where to get my AJAX POST, etc., to update the record.
Do I need to create a new controller so that I have a URL for publishing? I hope for a simple solution, but if not, maybe someone who is familiar with SugarCRM can point me in the right direction?
I would be grateful for any help in this matter to bring me closer to completion.

source share