Results 1 to 2 of 2

Thread: Custom Field % In Module Opportunity

  1. #1
    berins is offline Junior Member
    Join Date
    Aug 2008
    Posts
    2

    Default Custom Field % In Module Opportunity

    HI

    I had the Idea to use the Opportunity to have an Field Discount maybe in % and thought that it is Helpful if you can calculate the Final Price directly.

    This means I enter the amount and a discount and I show the final Price.

    Can you give a starting Point for this kind of Chnage?

    Best regards, Alex

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Custom Field % In Module Opportunity

    Yes I did some similar job.
    Define two new fields amount_gross and discount.
    Change the DetailView and EditView and remove amount_usdollar from edit_view and add the two new fields to both views

    In the database copy all values of amount to amount_gross and set all values of discount to 0 before deploying.

    Then you have to write a logic hook before_save for opportunities to calculate amount and amount_usdollar from the two new fields.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. custom field to sugar field
    By tanhaa in forum Developer Help
    Replies: 2
    Last Post: 2011-05-04, 03:52 PM
  2. Custom field not showing in module
    By robinsan in forum Help
    Replies: 7
    Last Post: 2008-12-29, 09:50 AM
  3. Need help with search field in custom module dashlet
    By bstonehill in forum Developer Help
    Replies: 0
    Last Post: 2008-07-03, 02:15 PM
  4. Replies: 6
    Last Post: 2008-06-17, 06:32 AM
  5. Custom Module - Name field not linking to record
    By robert.blasingame in forum Help
    Replies: 5
    Last Post: 2008-01-31, 07:30 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
  •