You need to sign in to do that
Don't have an account?
Need access to fields in custom ojbect....
A. I Created object called Solutions.
In addition to its name, the Object has 3 fields: (1) enrollment fee, (2) multiplier and (3) unit price.
B. On an Opportunity entry, I have a field that does a relational lookup to this Solutions object.
I also created a new currency field on the Opportunity object called Calculated Revenue.
C. When a user goes to add a new Opportunity, they select the Solution Sold which does the table lookup noted above.
I want to create Workflow rule for the field Calculated Revenue, noted above, that uses the following formula:
Solutions(1) + (Solutions (2) * Solutions (3) * Opportunities (field Z))
[field Z is a numeric field that already exists on the Opportunity object]
When building the Workflow rule for the Calculated Revenue field on Opportunity object, is there a way to get the Solutions fields 1, 2, and 3 associated with the record selected in the lookup done in Step B above???