I am attempting to have a product that costs X display a monthly cost in the Product Catalog, Revenue Line Item, Opportunity and/or Quotes. Is this possible?

I have a product that comes with a monthly installment payment option instead of all up front and cannot figure out the best way to display this.

Parents Reply Children
  • Thank you for great explanation!

    I can imagine the following strategy:

    Create an integer field on Product Catalog, lets say "Payment Terms" (or something like that), defaults to 1, make it up to 12 ou 24 or 36, for example.

    Set 12 as value of such field in that specific Product.

    Make sure this field is copied from Product Catalog to RLI and QLI as well.

    Setup a sugarLogic formula which calculates the RLI/QLI list_price as per: (list_price / payment_terms_c).

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada