Results 1 to 8 of 8

Thread: How to Add new Page

  1. #1
    mittul's Avatar
    mittul is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    84

    Question How to Add new Page

    hello ..

    i have installed sugar crm 6.2.1 locally on my wamp server 2.1 in windows xp3 and i have also uploaded this online where both this is working fine.

    but i want to add new page in this . I want to create new Page as "Customer Support" where the user will fill out the form and as soon as he fills it out, the related details will be added to database table.


    But i dont have any idea how to create new page and a new form in that page ..

    can someone guide me how to do ths

  2. #2
    lijith's Avatar
    lijith is offline Sugar Community Member
    Join Date
    Jun 2009
    Location
    India
    Posts
    67

    Default Re: How to Add new Page

    Create a new module using the Module Loader and Deploy this module.
    Lijith M Gopinath
    email : phpbugs@live.com
    website : PHP-Bugs

  3. #3
    mittul's Avatar
    mittul is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    84

    Default Re: How to Add new Page

    can u explain me briefly how exactly should i do to make it work

  4. #4
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: How to Add new Page

    Additional to lijith post:

    In admin->Module Builder you find a tool that helps you to create new modules without any programming.

    You create a package and a module inside the package. After you did all the configuring you need you can deploy the package and get your new module running in your installation. Look and feel is the same as with the existing modules.

    In Module Builder you create new models from existing basic templates. Your choose which kind of module template fits best to your needs. After doing this you have a new module with several predefined fields (name, id, enter date, change date, etc.). You can add new fields as much as you like, place them on different views, create relations to other modules, etc. All you can do with Studio for existing modules too.

    During deployment Module Builder creates the module in your system. The database gets new tables, code is written to the file system. After that you'll see a new tab for your new module and should be able to work with it.

    -------------------------------------

    So far regarding Module Builder.
    From your first post I'm not sure if this is what you want to do. Module Builder creates a module that can be used from the normal sugar user. Is this what your meant or is "Customer Support" some kind of customer self service located on your web site? In that case you could create a php script located on a web server and shown in your web site and contact sugar using REST (or SOAP) web services to get the data in the system.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  5. #5
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: How to Add new Page

    Just to complement to have a new page which you can freely design, beyond create a new module, you have to customize its view.[list | deatil | edit ].php files.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  6. #6
    mittul's Avatar
    mittul is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    84

    Question Re: How to Add new Page

    i did what exactly u said and now its working fine as i can see my basic created module with its fields name ..

    but i want to show this module in the Tab as a new page now ..

    how can i show this page now as a new tab option menu .. ?

  7. #7
    rafael.q.g@hotmail.com's Avatar
    rafael.q.g@hotmail.com is offline Sugar Community Member
    Join Date
    Jun 2011
    Location
    Florianópolis - Brazil
    Posts
    782

    Default Re: How to Add new Page

    First your module should be visible (Whether it was not done automatically you can do that from tabs manager under admin area).

    Then maybe to accomplish what you want, is possible to customize the Menu.php file. This file could be created in root folder of your module. Then you can create several menu entries for your module and link each entry with a page you want to open.
    Rafael Queiroz Gonçalves
    Advanced OMG UML Certified Professional
    Sun Certified Enterprise Architect for the Java Platform
    Sun Certified Programmer for the Java 2 Platform
    IBM Certified Advanced Application Developer - Lotus Notes and Domino
    IBM Certified Application Developer - IBM WebSphere Portlet Factory
    Computer Science Mastering / UFSC - PPGCC

  8. #8
    mittul's Avatar
    mittul is offline Sugar Community Member
    Join Date
    Aug 2011
    Posts
    84

    Smile Re: How to Add new Page

    thank you. its working fine now.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 2011-02-07, 11:58 AM
  2. Blank Page - Home page & no options to rebuild
    By ericd in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2009-09-27, 07:30 AM
  3. Replies: 0
    Last Post: 2008-10-29, 12:35 PM
  4. Replies: 1
    Last Post: 2006-09-08, 07:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •