Results 1 to 2 of 2

Thread: Making amount field in opportunities opptional

  1. #1
    aheuermann is offline Sugar Community Member
    Join Date
    May 2006
    Posts
    61

    Default Making amount field in opportunities opptional

    First of all, how easily can this be done. Second of all, if the amount field is made optional, this field could possibly be null, would this screw with the functionality of the dashboard module?
    Thanks in advance!

  2. #2
    bands is offline Sugar Community Member
    Join Date
    Aug 2006
    Posts
    41

    Default Re: Making amount field in opportunities opptional

    Hi

    Goto the modules/opportunities/field_arrays.php

    In last but one line u can find following:

    'required_fields' => Array('name'=>1, 'date_closed'=>2, 'amount'=>3, 'sales_stage'=>4, 'account_name'=>5),

    Remove the amout field from here. just like below

    'required_fields' => Array('name'=>1, 'date_closed'=>2, 'sales_stage'=>4, 'account_name'=>5),

    I guess it will be useful for u some extend.....

    Thanks

    BSK

Thread Information

Users Browsing this Thread

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

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
  •