Sugar 12 (Q2-2022) launches this month for both on-premise and cloud users. Want to learn more about Sugar 12 development? Subscribe at sugardevelopersguide.substack.com/
I have posted a new post with some Use Case examples on how to leverage the Sugar Framework to add additional functionality. What are your thoughts? Do you have more use cases I can add to the list?
sugarcrm.substack.com/.../-what-do-i-do-now
1. I am calling an API on click of button. I am able to get response.
Response Sample :
{
Item1,
Item2,
Item3,
Item4
}
2.Now I want to put these values in some field (dropDownlist) where user can select it and use it.
3.I had no idea…