

The file is named AttendeeFeed.php, and it will located in the To start, let’s add the logic hook that will be used to push items Into the Activity Streams administrator settings and enable theĪttendees module to show in the Activity Stream. Segment of code that registers the logic hook and that will post the The first item to tackle is showing when we have new attendee Show New Attendees in the Activity Stream How to do a few of these through easy-to-build custom PHP code. These sorts of customizations with ease, and in this chapter we’ll look at Luckily, SugarCRM has a rich and powerful API for building Only bring information about the data in the system and its changing state,īut also to automate common and tedious tasks within the system to make itĮasier to use. This fact alone makes building such anĪpplication on the SugarCRM platform a no-brainier, and alleviates all sortsĮven with all of that built, there’s still more that can be done toīetter streamline the workflow of the application. This point, but with the ease of working with the various SugarCRM GUIĭeveloper tools such as Studio and Module Builder, we could pull this off inĪ few hours and be ready for the stakeholders to start playing with the If you wereĭeveloping this core from scratch, it may take you a month or more to get to And this core does quite a few things,Īllowing us to track and manage all of the sponsors, speakers, and attendeesįor a specific event as well as across various events. So if you’ve got to this point, you’ve built out the core of theĬonference management application. Chapter 4. Diving Deeper with Custom Code
