How to create a custom page in SugarCRM 7.x?

Hi Experts,

I have developed a simple chat application (Chat rooms, Chat users and Chat page like skype) outside Sugar in PHP & MySQL.

I have created two modules in SugarCRM 7.6 for Chat rooms and Chat users as I could not use the default Sugar Users module to do the relationships.

I am aware of creating a new submenu in the profile actions. But I am not aware of how to create a custom page in SugarCRM. The chat page contains several layouts and each layout may need more than one models data.

Could you please help me out?

Thanks.

-Uday

Parents Reply
  • Hi Tevfik and Emil,

    Thanks for your inputs. I have already gone through them and all of them are static contents loaded in the view (HBS file).

    Basically my chat page needs two layouts and 2 views to each layout (i.e., 4 views - 1st view load all users except logged in user. 2nd view load all corresponding rooms for the logged user. 3rd view has the chat content display area. And 4th view has an input field with a button).

    How to load the dynamic data (models) in the views (View No. 1 and 2)? Please let me know if any blog or related links.

    Thanks in advance.

    -Uday

Children