• AGFlem
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies

Hi:

 

We have a requirement for a contract based VF developer to begin work on a project in the second week of 2010. Project details will be discussed during the interviewing process.

 

If you are interested, please email aaron@shift-crm.com  

  • December 23, 2009
  • Like
  • 0

I have 24 pairs of data combinations that originate from two pick-lists, lead source and sales type. I am trying to write a formula to display a particular rate based on these combinaties. For example:

 

If lead source = website & sales type = type 1 then the rate would be 0.05

 

As a possible solution, I was able to build another formula field thats value is the concatenation of the two fields then for the rate calculation I have a (large) case statement. However, it is >10,000 chars and thus inusable.

 

Any suggestions? 

  • December 08, 2009
  • Like
  • 0

I'm trying to build a formula field to calculate amounts.

 

Amount Due = Membership Fee - Payments

 

Amount Due & Membership Fee are in a custom object, Member.

 

Payments are in another custom object, Transaction.

 

How do I:

1. Access the Payments field

2. Sum up all payments in a given year and subtract those from the membership fee?

 

Most appreciated.

AF

  • November 18, 2009
  • Like
  • 0